Cutting stuff out.
[wolnelektury.git] / src / picture / templates / picture / picture_info.html
index c2d2c9a..79c3043 100644 (file)
@@ -1,17 +1,15 @@
 <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 %}
+    {% for slug, theme in themes.items %}
+      <li><a href="#theme-{{slug}}" data-coords="{{theme.coords}}">{{theme.theme}}</a></li>
+    {% endfor %}
   </ul>
-</div> 
+</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 %}
+    {% for slug, thing in things.items %}
+      <li><a href="#object-{{slug}}" data-coords="{{thing.coords}}">{{thing.object}}</a></li>
+    {% endfor %}
   </ul>
 </div>
-