changeset 17:17ccb1022656

fix templates
author egj@socialplanning.org
date Sun, 03 Jan 2010 22:13:25 +0000
parents 58cd02972b74
children c49d93044981
files montage/templates/grid.html montage/templates/strip.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/montage/templates/grid.html	Sun Jan 03 19:27:24 2010 +0000
+++ b/montage/templates/grid.html	Sun Jan 03 22:13:25 2010 +0000
@@ -6,7 +6,7 @@
       xmlns:xi="http://www.w3.org/2001/XInclude">
   <head>
     <title>${title or path}</title>
-    <link py:for="sheet in stylesheets" rel="stylesheet" type="text/css" href="${sheet}"/>
+    <link py:for="sheet in css" rel="stylesheet" type="text/css" href="${sheet}"/>
   </head>
   <body>
     <xi:include py:if="include" href="${include}"/>
--- a/montage/templates/strip.html	Sun Jan 03 19:27:24 2010 +0000
+++ b/montage/templates/strip.html	Sun Jan 03 22:13:25 2010 +0000
@@ -6,7 +6,7 @@
       xmlns:xi="http://www.w3.org/2001/XInclude">
   <head>
     <title>${title or path}</title>
-    <link py:for="sheet in stylesheets" rel="stylesheet" type="text/css" href="${sheet}"/>
+    <link py:for="sheet in css" rel="stylesheet" type="text/css" href="${sheet}"/>
   </head>
   <body>
     <xi:include py:if="include" href="${include}"/>