]> Untitled Git - web-gallery.git/blobdiff - app/templates/gallery.html
Serves nested pages in a gallery
[web-gallery.git] / app / templates / gallery.html
index 7f893b176e826491f7a02e81396def4fa1e25eef..375ad57e94b4c0c9bf676003995ee05ef6d90ad0 100644 (file)
@@ -7,8 +7,8 @@
     <h1>Gallery</h1>
 
     <ul id="navigation">
     <h1>Gallery</h1>
 
     <ul id="navigation">
-    {% for item in gallery_items %}
-        <li><a href="{{ item }}">{{ item }}</a></li>
+    {% for gallery in galleries %}
+        <li><a href="{{ gallery }}">{{ gallery }}</a></li>
     {% endfor %}
     </ul>
 </body>
     {% endfor %}
     </ul>
 </body>