Remove old version.
[wolnelektury.git] / src / picture / templates / picture / picturearea_short.html
diff --git a/src/picture/templates/picture/picturearea_short.html b/src/picture/templates/picture/picturearea_short.html
deleted file mode 100644 (file)
index 59aa736..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-{% load i18n %}
-{% load picture_tags %}
-{% load catalogue_tags %}
-
-<div class="area">
-  <div class="area-thumbnail">
-    <a href="{% url 'picture_viewer' area.picture.slug %}{% if theme %}#theme-{{theme.slug}}{% else %}#object-{{thing.slug}}{% endif %}">
-      <img src='{% area_thumbnail_url area "100x100" %}'/>
-    </a>
-  </div>
-  {% with area.picture as picture %}
-    <div class="area-description">
-      <div class="mono source">
-        {% book_title_html picture %}
-      </div>
-    </div>
-    <div style="clear:both"></div>
-  {% endwith %}
-</div>