sachinas / django-reporting

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

URLs should be marked as safe in a view not in a template (view.html) #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
view.html contains some `{{url|safe}}`-like places which would be better 
implemeted as a `return mark_safe(url)` calls in reporting/base.py

Original issue reported on code.google.com by esizi...@gmail.com on 23 Jun 2010 at 3:47

GoogleCodeExporter commented 9 years ago

Original comment by esizi...@gmail.com on 23 Jun 2010 at 3:48

Attachments: