Made book tags links in book_detail.html template.
authorMarek Stępniowski <marek@stepniowski.com>
Thu, 18 Sep 2008 19:43:57 +0000 (21:43 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Thu, 18 Sep 2008 19:43:57 +0000 (21:43 +0200)
wolnelektury/templates/catalogue/book_detail.html

index 7cf2448..4700cf1 100644 (file)
                 <h2>Motywy w utworze</h2>
                 <ul>
                 {% for theme in categories.theme %}
-                    <li>{{ theme }}</li>
+                    <li><a href="{{ theme.get_absolute_url }}">{{ theme }}</a></li>
                 {% endfor %}
                 </ul>
             {% endif %}