Fixes #4135: Payment form directly on book page.
[wolnelektury.git] / src / catalogue / templates / catalogue / tagged_object_list.html
index e87b32d..2b82aa3 100644 (file)
@@ -2,15 +2,7 @@
 {% load i18n %}
 {% load catalogue_tags switch_tag social_tags %}
 
-{% block titleextra %}{% if tags %}{% title_from_tags tags %}{% elif list_type == 'gallery' %}{% trans "Gallery" %}{% elif list_type == 'audiobooks' %}{% trans "Audiobooks" %}{% else %}{% trans "Literature" %}{% endif %}{% endblock %}
-
-
-{% block extrahead %}
-{{ block.super }}
-{% if request.path == '/katalog/lektury/' or request.path == '/katalog/audiobooki/' %}
-{% include "hotjar.html" %}
-{% endif %}
-{% endblock %}
+{% 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 %}
 
 
 {% block bodyid %}tagged-object-list{% endblock %}