fixes
[wolnelektury.git] / src / catalogue / templates / catalogue / tagged_object_list.html
index 2b82aa3..22554d6 100644 (file)
@@ -1,6 +1,6 @@
 {% extends "base/base.html" %}
 {% load i18n %}
-{% load catalogue_tags switch_tag social_tags %}
+{% load catalogue_tags social_tags %}
 
 {% block titleextra %}{% if tags %}{% title_from_tags tags %}{% elif list_type == 'gallery' %}{% trans "Art" %}{% elif list_type == 'audiobooks' %}{% trans "Audiobooks" %}{% else %}{% trans "Literature" %}{% endif %}{% endblock %}