Remove old version.
[wolnelektury.git] / src / picture / templates / picture / picture_list_thumb.html
diff --git a/src/picture/templates/picture/picture_list_thumb.html b/src/picture/templates/picture/picture_list_thumb.html
deleted file mode 100644 (file)
index 9fc4eb9..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-{% extends "base/base.html" %}
-{% load i18n %}
-{% load catalogue_tags %}
-{% load static %}
-{% load chunk from chunks %}
-
-{% 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 %}
-        {% chunk 'picture-list' %}
-      {% endblock %}
-    </div>
-  </div>
-
-  <div class='clearboth'></div>
-
-  {% work_list picture_list %}
-{% endblock %}