Added Google Analytics tracker.
[wolnelektury.git] / 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 %}