##// END OF EJS Templates
Added links to posts for images in gallery
neko259 -
r1034:963e0fde default
parent child Browse files
Show More
@@ -39,6 +39,8 b''
39 <div class="gallery_image_metadata">
39 <div class="gallery_image_metadata">
40 {{ image.width }}x{{ image.height }}
40 {{ image.width }}x{{ image.height }}
41 {% image_actions image.image.url request.get_host %}
41 {% image_actions image.image.url request.get_host %}
42 <br />
43 <a href="{{ post.get_url }}">>>{{ post.id }}</a>
42 </div>
44 </div>
43 {% endwith %}
45 {% endwith %}
44 </div>
46 </div>
General Comments 0
You need to be logged in to leave comments. Login now