Merge branch 'reflow'
[wolnelektury.git] / apps / picture / templates / picture / picture_list_thumb.html
diff --git a/apps/picture/templates/picture/picture_list_thumb.html b/apps/picture/templates/picture/picture_list_thumb.html
deleted file mode 100644 (file)
index adfc25e..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-{% load catalogue_tags %}
-{% load static %}
-{% load ssi_include from ssify %}
-
-{% block bodyid %}picture-list{% endblock %}
-
-{% block titleextra %}{% trans "Listing of all works" context "gallery" %}{% endblock %}
-
-
-{% block body %}
-    <h1>{% block book_list_header %}{% trans "Listing of all works" context "gallery" %}{% endblock %}</h1>
-
-    <div class="left-column"><div class="normal-text">
-        {% block book_list_info %}
-            {% ssi_include 'chunk' key='picture-list' %}
-        {% endblock %}
-    </div></div>
-
-    <div class='clearboth'></div>
-
-
-
-{% work_list book_list %}
-
-
-
-
-{% endblock %}