Merge branch 'reflow'
[wolnelektury.git] / apps / picture / templates / picture / picture_info.html
diff --git a/apps/picture/templates/picture/picture_info.html b/apps/picture/templates/picture/picture_info.html
deleted file mode 100644 (file)
index c2d2c9a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<div id="picture-themes" class="dropdown-body">
-  <ul>
-{% for slug, theme in themes.items %}
-<li><a href="#theme-{{slug}}" data-coords="{{theme.coords}}">{{theme.theme}}</a></li>
-{% endfor %}
-  </ul>
-</div> 
-
-<div id="picture-objects" class="dropdown-body">
-  <ul>
-{% for slug, thing in things.items %}
-<li><a href="#object-{{slug}}" data-coords="{{thing.coords}}">{{thing.object}}</a></li>
-{% endfor %}
-  </ul>
-</div>
-