Upgrade to Django 1.5.
[wolnelektury.git] / apps / catalogue / templates / catalogue / book_wide.html
index 0e52019..13df555 100644 (file)
@@ -23,7 +23,7 @@
         <div class="hidden-box">
             <ul>
             {% for theme in themes %}
-                <li><a href="{% url book_fragments book.slug theme.slug %}">{{ theme }} ({{ theme.count }})</a></li>
+                <li><a href="{% url 'book_fragments' book.slug theme.slug %}">{{ theme }} ({{ theme.count }})</a></li>
             {% endfor %}
             </ul>
         </div>
@@ -56,7 +56,7 @@
       {% if book.wiki_link %}
       <li><a href="{{ book.wiki_link }}">{% trans "Book description on Wikipedia" %}</a></li>
       {% endif %}
-      <li><a href="{% url poem_from_book book.slug %}">{% trans "Mix this book" %}</a></li>
+      <li><a href="{% url 'poem_from_book' book.slug %}">{% trans "Mix this book" %}</a></li>
     </ul>
   </div>
   <div class="other-download">