##// END OF EJS Templates
Fixed image actions autoescape
neko259 -
r1484:2133b6c8 default
parent child Browse files
Show More
@@ -22,13 +22,13 b''
22 {% with post.get_first_image as image %}
22 {% with post.get_first_image as image %}
23 {% autoescape off %}
23 {% autoescape off %}
24 {{ image.get_view }}
24 {{ image.get_view }}
25 <div class="gallery_image_metadata">
26 {{ image.width }}x{{ image.height }}
27 {% image_actions image.image.url request.get_host %}
28 <br />
29 <a href="{{ post.get_absolute_url }}">>>{{ post.id }}</a>
30 </div>
25 {% endautoescape %}
31 {% endautoescape %}
26 <div class="gallery_image_metadata">
27 {{ image.width }}x{{ image.height }}
28 {% image_actions image.image.url request.get_host %}
29 <br />
30 <a href="{{ post.get_absolute_url }}">>>{{ post.id }}</a>
31 </div>
32 {% endwith %}
32 {% endwith %}
33 </div>
33 </div>
34 {% endfor %}
34 {% endfor %}
General Comments 0
You need to be logged in to leave comments. Login now