projects
/
zzz-spline-frontpage.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Support cached sources.
[zzz-spline-frontpage.git]
/
splinext
/
frontpage
/
templates
/
index.mako
diff --git
a/splinext/frontpage/templates/index.mako
b/splinext/frontpage/templates/index.mako
index
b9d9f4f
..
677c58c
100644
(file)
--- a/
splinext/frontpage/templates/index.mako
+++ b/
splinext/frontpage/templates/index.mako
@@
-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" />
-<hr>
+<%include file="${update.source.template}" args="update=update" />
% endfor
% endfor