Merge branch 'reflow'
[wolnelektury.git] / apps / catalogue / templates / catalogue / book_fragments.html
diff --git a/apps/catalogue/templates/catalogue/book_fragments.html b/apps/catalogue/templates/catalogue/book_fragments.html
deleted file mode 100644 (file)
index d46f869..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-{% load work_list from catalogue_tags %}
-
-{% block titleextra %}{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }}{% endblock %}
-
-{% block bodyid %}tagged-object-list{% endblock %}
-
-{% block body %}
-    <div class="left-column">
-    <h1>{% trans "Theme" %}
-       <a href="{{ theme.get_absolute_url }}">{{ theme }}</a>
-       <br/>{% trans "in work " %}
-       <a href="{{ book.get_absolute_url }}">{{ book }}</a></h1>
-    </div>
-
-    <div class="right-column">
-        {% work_list fragments %}
-    </div>
-{% endblock %}