qrurls/templates/qrurls/image.html
changeset 52 bb851151e956
parent 40 5eefe5a294dc
child 53 8e6e7ca39e48
--- a/qrurls/templates/qrurls/image.html	Wed Aug 21 01:18:22 2013 +0300
+++ b/qrurls/templates/qrurls/image.html	Wed Aug 21 01:31:35 2013 +0300
@@ -6,7 +6,10 @@
     </head>
     <body class="qrurls-image">
         <div class="container">
-            <img src="{{ image.get_absolute_url }}" alt="{{ title }}" title="{{ title }}" />
+            <img src="{{ image.get_absolute_url }}" title="{{ title }}" />
+            <div class="footer">
+                {{ title }}
+            </div>
         </div>
     </body>
 </html>