X-Git-Url: http://git.veekun.com/zzz-spline-frontpage.git/blobdiff_plain/475ce71bfb57fba45376c568d603007a5e52f54a..9be4bb2b3da075385c748f33488d316ebcbdd9ff:/splinext/frontpage/templates/index.mako diff --git a/splinext/frontpage/templates/index.mako b/splinext/frontpage/templates/index.mako index b9d9f4f..677c58c 100644 --- a/splinext/frontpage/templates/index.mako +++ b/splinext/frontpage/templates/index.mako @@ -4,7 +4,5 @@

Updates

% for update in c.updates: -

${repr(update.__dict__)}

-<%include file="${update.template}" args="update=update" /> -
+<%include file="${update.source.template}" args="update=update" /> % endfor