changeset 233:6dde069debd4

Fix bug in r246.
author Brian Neal <bgneal@gmail.com>
date Sun, 01 Aug 2010 21:30:22 +0000
parents a46788862737
children f53eb0aae7a9
files gpp/templates/forums/topic.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 %}
-<form action={% if is_bookmarked %}"{% url forums-unfavorite_topic topic.id %}"{% else %}"{% url forums-favorite_topic topic.id %}"{% endif %} method="post">{% csrf_token %}
+<form action={% if is_favorite %}"{% url forums-unfavorite_topic topic.id %}"{% else %}"{% url forums-favorite_topic topic.id %}"{% endif %} method="post">{% csrf_token %}
 <fieldset>
    <legend>Favorite Options</legend>
    <p>