Thumbnailing.
[zzz-floof.git] / floof / templates / art / show.mako
index 45ebcb9..a38806d 100644 (file)
@@ -1,7 +1,7 @@
 <%inherit file="/base.mako" />
 <%namespace name="comments" file="/comments/lib.mako" />
 
-<%! from floof.model.art import Rating %>
+<%! from floof.model import Rating %>
 
 <h1>Viewing Art</h1>
 
@@ -45,7 +45,6 @@ By: ${h.text('username')}
 ${h.submit('add','Add')}
 ${h.end_form()}
 
-
-<img class="full" src="${c.art.get_path()}">
+<img class="full" src="${h.storage_url('art/medium', c.art.hash)}">
 
 ${comments.comment_block(c.art.discussion.comments)}