Tidied up presentation: correct ordering, CSS, and no more debug junk.
[zzz-spline-frontpage.git] / splinext / frontpage / templates / index.mako
index b9d9f4f..1651be7 100644 (file)
@@ -4,7 +4,5 @@
 
 <h1>Updates</h1>
 % for update in c.updates:
 
 <h1>Updates</h1>
 % for update in c.updates:
-<p>${repr(update.__dict__)}</p>
 <%include file="${update.template}" args="update=update" />
 <%include file="${update.template}" args="update=update" />
-<hr>
 % endfor
 % endfor