happeninghq / happening

Open Source Event/Community management
MIT License
2 stars 1 forks source link

Comments aren't loading csrf_tokens correctly #59

Closed jscott1989 closed 9 years ago

jscott1989 commented 9 years ago

Right now the comments plugin doesn't work - some change in 1.8 has stopped {% csrf_token %} rendering correctly in the plugins/comments/templates/comments/form.html template

jscott1989 commented 9 years ago

Fixed by replacing django-contrib-comments with our own comments implementation.