carlxaeron / django-rosetta

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

Template pofile.html uses an undefined template tag #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The pofile.html in the latest revision (r82) uses an undefined {%
csrf_token %} template tag which throws a template error.

Original issue reported on code.google.com by aidas.be...@gmail.com on 25 Nov 2009 at 4:04

GoogleCodeExporter commented 8 years ago
This is due to the new CSRF protection in Django, I'll have to look into a way 
to only call the tag on newer 
versions of Django.

In the meantime, a fix would be to upgrade Django to version 1.1.2 or greater.

Original comment by mbonetti on 25 Nov 2009 at 5:02

GoogleCodeExporter commented 8 years ago
Fixed in r84, cheers.

Original comment by social.e...@gmail.com on 27 Nov 2009 at 4:21

GoogleCodeExporter commented 8 years ago

Original comment by mbonetti on 27 Nov 2009 at 4:21