now you can post art. No associated user yet though.
[zzz-floof.git] / floof / templates / index.mako
index ce3a112..057399b 100644 (file)
@@ -2,6 +2,6 @@
 
 <ul class="artwork-grid">
     % for artwork in c.artwork:
-    <li>${artwork.title}</li>
+    <li><img width="180" src="${artwork.get_path()}"</li>
     % endfor
 </ul>