templates/gallery.html
changeset 19 8d3ffd87cb0b
parent 18 46536daf9e04
child 23 10841abbc01f
--- a/templates/gallery.html	Sat Dec 22 21:31:01 2007 +0000
+++ b/templates/gallery.html	Wed Jan 16 14:58:03 2008 +0000
@@ -51,6 +51,8 @@
     <p id="description">
 ${description}
     </p>
+% if shorturl :    
     <div id="info">
         <p>ShortURL: <a href="${shorturl}" rel="nofollow">${shorturl_code}</a></p>
     </div>
+% endif