# HG changeset patch # User Brian Neal # Date 1280698222 0 # Node ID 6dde069debd4b6c6c42b5ba220c8dd174f43824e # Parent a467888627379690b1b1ed9a8288d5fa924ff768 Fix bug in r246. diff -r a46788862737 -r 6dde069debd4 gpp/templates/forums/topic.html --- a/gpp/templates/forums/topic.html Sun Aug 01 21:26:12 2010 +0000 +++ b/gpp/templates/forums/topic.html Sun Aug 01 21:30:22 2010 +0000 @@ -59,7 +59,7 @@ {% endif %} {% if user.is_authenticated %} -
{% csrf_token %} +{% csrf_token %}
Favorite Options