rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / wolnelektury / templates / catalogue / differentiate_tags.html
diff --git a/wolnelektury/templates/catalogue/differentiate_tags.html b/wolnelektury/templates/catalogue/differentiate_tags.html
deleted file mode 100644 (file)
index f3bddd3..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-{% load catalogue_tags %}
-
-{% block titleextra %}{% title_from_tags tags %}{% endblock %}
-
-{% block bodyid %}differentiate_tags{% endblock %}
-
-{% block body %}
-    <h1>{% title_from_tags tags %}</h1>
-
-       <p>{% trans "The criteria are ambiguous. Please select one of the following options:" %}</p>
-    <div id="books-list">
-        {% for option in options %}
-        <div class="book-description"
-            <p><a href="{% url tagged_object_list option.url_args %}">{% if tags %}{% title_from_tags tags %}, {% endif %}<em>{%title_from_tags option.tags %}</em>{% if unparsed %}, {{unparsed|join:', '}}{% endif %}</a></p>
-               </div>
-        {% endfor %}
-    </div>
-{% endblock %}
\ No newline at end of file