Remove old version.
[wolnelektury.git] / src / picture / templates / picture / picture_searched.html
diff --git a/src/picture/templates/picture/picture_searched.html b/src/picture/templates/picture/picture_searched.html
deleted file mode 100644 (file)
index fb278be..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends "picture/picture_short.html" %}
-{% load picture_tags %}
-
-{% block right-column %}
-  <div class="picture-right-column">
-    {% for hit in result.hits %}
-      <div class="area-hit">
-        <p>{{ hit.themes|join:", " }}</p>
-        {% if hit.area %}
-          <a href="{% url 'picture_viewer' hit.area.picture.slug %}">
-            <img src="{% area_thumbnail_url hit.area "100x100" %}"/>
-          </a>
-        {% endif %}
-      </div>
-    {% endfor %}
-  </div>
-{% endblock %}