fixed search query (awesome now thanks vee =]), tag links, default routing is back...
[zzz-floof.git] / floof / templates / art / show.mako
index f2320fd..fc0a3f8 100644 (file)
@@ -11,7 +11,7 @@ ${h.end_form()}
 
 % for tag in c.art.tags:
 <a href="${h.url_for (controller='tag', action='delete', id=tag.id)}">x</a> 
-<a href="${h.url_for (controller='search', action='results')}?query=${tag}">${tag}</a>
+<a href="${h.url_for (controller='search', action='index')}?query=${tag}">${tag}</a>
 % endfor
 
 What do you think?