X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..a9925ebffe713307d6bedecd670df1490aa206c8:/src/catalogue/templates/catalogue/differentiate_tags.html diff --git a/src/catalogue/templates/catalogue/differentiate_tags.html b/src/catalogue/templates/catalogue/differentiate_tags.html index b8ef906ef..6c0fcfca4 100644 --- a/src/catalogue/templates/catalogue/differentiate_tags.html +++ b/src/catalogue/templates/catalogue/differentiate_tags.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags %} @@ -7,14 +7,14 @@ {% block bodyid %}differentiate_tags{% endblock %} {% block body %} -

{% title_from_tags tags %}

+

{% title_from_tags tags %}

-

{% trans "The criteria are ambiguous. Please select one of the following options:" %}

+

{% trans "The criteria are ambiguous. Please select one of the following options:" %}

- {% for option in options %} -
{% if tags %}{% title_from_tags tags %}, {% endif %}{%title_from_tags option.tags %}{% if unparsed %}, {{unparsed|join:', '}}{% endif %}

-
- {% endfor %} + {% for option in options %} +
+

{% if tags %}{% title_from_tags tags %}, {% endif %}{%title_from_tags option.tags %}{% if unparsed %}, {{unparsed|join:', '}}{% endif %}

+
+ {% endfor %}
{% endblock %}