Added STATIC_URL to all templates.
[wolnelektury.git] / wolnelektury / templates / catalogue / tag_list.html
index 673135c..aa273c8 100644 (file)
@@ -1,3 +1,4 @@
+{% load i18n %}
 {% load catalogue_tags %}
 {% if one_tag %}
     <p>Zobacz całą kategorię <a href="{% catalogue_url one_tag %}">{{ one_tag }}</a></p>