Upgrade to Django 1.5.
[wolnelektury.git] / apps / social / templates / social / sets_form.html
index c7282fd..2f4a1d3 100755 (executable)
@@ -1,7 +1,7 @@
 {% load i18n %}
 <h1>{{ title }}</h1>
 
-<form action="{% url social_unlike_book view_kwargs.slug %}" method="post" accept-charset="utf-8"
+<form action="{% url 'social_unlike_book' view_kwargs.slug %}" method="post" accept-charset="utf-8"
        class="cuteform{% if placeholdize %} hidelabels{% endif %}">
 {% csrf_token %}
     <input type="submit" value="{% trans "Remove from my shelf" %}"/>
@@ -15,4 +15,4 @@
     {{ form.as_ul }}
     <li><input type="submit" value="{{ submit }}"/></li>
 </ol>
-</form>
\ No newline at end of file
+</form>