X-Git-Url: https://projects.mako.cc/source/yourule/blobdiff_plain/769e51f5d2f06c6e40a09378b9c127d21d65c8f5..e9647b2143c8c4ec343d66ad3083aabd77659b14:/templates/gallery.tmpl diff --git a/templates/gallery.tmpl b/templates/gallery.tmpl index b615ef5..ecfd4fd 100644 --- a/templates/gallery.tmpl +++ b/templates/gallery.tmpl @@ -1,10 +1,10 @@ -#extends site +<% extends 'site.tmpl' %> -#block body +<% block body %>

Gallery of Existing Rulers

- +
@@ -12,19 +12,18 @@ -#for $ruler in $rulers +<% for ruler in rulers %> - - - + + + - -#end for +<% endfor %>

Add Your Ruler

@@ -32,16 +31,21 @@

If your ruler is not on the list you should add it with the box form.

+<% if errormsg %> +
+Error
+<%= errormsg %> +
+<% endif %> +
- - -#include 'templates/_form_elements.tmpl' +<% include '_form_elements.tmpl' %>

+value="<%= model %>" />

-#end block body +<% endblock %>