diff decoupage/templates/index.html @ 35:20e3d138dc98

better way of doing up; this breaks old behaviour so incrementing version
author k0s <k0scist@gmail.com>
date Mon, 08 Feb 2010 19:21:30 -0500
parents e384d4569ac3
children 0cfb84d788d6
line wrap: on
line diff
--- a/decoupage/templates/index.html	Mon Feb 08 11:44:20 2010 -0500
+++ b/decoupage/templates/index.html	Mon Feb 08 19:21:30 2010 -0500
@@ -15,7 +15,6 @@
     <xi:include py:if="include" href="${include}"/>
     <h1 py:if="title">${title}</h1>
     <ul id="listing">
-      <li py:if="request.path_info.strip('/')"><a href="..">..</a></li>
       <li py:for="f in files">
         <a href="${f['path']}">
         ${f.get('title', f['description']) or f['name']}</a><span py:if="'title' in f and f['description']">: ${f['description']}