javed-karim / django-survey

Automatically exported from code.google.com/p/django-survey
0 stars 0 forks source link

Raw HTML escape for ChoiceImage #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add a question with the type Radio Image List
2. point your Browser to survey_detail

What is the expected output?
* See the image
What do you see instead?
* I see an escaped html string

What version of the product are you using? 
svn trunk
Please provide any additional information below.
the patch is included

I hope that help.
--yml

I would like to know what is the most appropriate channel to exchange with
the core developers of that project. Is there a mailing list somewhere ?
I have been working on something similar in the past months :
https://launchpad.net/django-survey/
Thank you

Original issue reported on code.google.com by yann.ma...@gmail.com on 28 Mar 2008 at 1:26

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch!
I thought this was all working at one point, but things change fast with django.
The sample site was working fine last I checked, but I guess they fixed the 
choice
list escaping on the django trunk.

Original comment by doug.nap...@gmail.com on 2 Apr 2008 at 4:30

GoogleCodeExporter commented 8 years ago

Original comment by doug.nap...@gmail.com on 2 Apr 2008 at 4:34

GoogleCodeExporter commented 8 years ago
[17] applies the patch and fixes the bug.

Original comment by doug.nap...@gmail.com on 28 Apr 2008 at 6:38