degal/templates/image.html
changeset 62 53e798708413
parent 41 3b1579a7bffb
--- a/degal/templates/image.html	Fri Jun 05 21:47:45 2009 +0300
+++ b/degal/templates/image.html	Fri Jun 05 21:48:56 2009 +0300
@@ -1,5 +1,4 @@
-<%! use_javascript = False %>
-<%inherit file="master.html" /> <!-- %> -->
+<%inherit file="master.html" />
 
     <div id="image">
         <h1>${title}</h1>
@@ -24,11 +23,11 @@
       <p>Dimensions: ${h.format_imgsize(img_size)}</p>
       <p>File size: ${h.format_filesize(file_size)}</p>
       <p>Last modified: ${h.format_timestamp(timestamp)}</p>
-% for key, value in exif_data :
+%   for key, value in exif_data :
       <p>${key}: ${value}</p>
-% endfor
+%   endfor
+% endif   
 
-% endif    
       <p>ShortURL: <a href="${shorturl}" rel="nofollow">${shorturl_code}</a></p>
 % if series_url :      
       <p><a href="${series_url}" rel="nofollow">${series_verb}</a> series</p>