Give something better than a 500 when OpenID discovery fails.
[zzz-floof.git] / floof / templates / macros.mako
index 5633e5b..061b7b9 100644 (file)
@@ -2,7 +2,7 @@
     <ul class="artwork-grid">
         % for item in art:
             <li>
-                <a href="${h.url("art", id=item.id)}">
+                <a href="${h.url("show_art", id=item.id)}">
                     <img width="180" src="${item.get_path()}">
                 </a>
             </li>