Add links to download zip archives

This commit is contained in:
Simon Conseil
2013-08-03 23:42:06 +02:00
parent 178b01a737
commit 8d708917ba
2 changed files with 16 additions and 0 deletions

View File

@@ -103,6 +103,13 @@
</div>
{% endif %}
{% if zip_gallery %}
<div id="additionnal-infos" class="row">
<p><a href="{{ zip_gallery }}"
title="Download a zip archive with all images">Download ZIP</a></p>
</div>
{% endif %}
{% if description %}
<div id="description" class="row">
{{ description }}

View File

@@ -83,6 +83,15 @@
</div>
{% endif %}
{% if zip_gallery %}
<div id="additionnal-infos" class="row">
<p>
<a href="{{ zip_gallery }}"
title="Download a zip archive with all images">Download ZIP</a>
</p>
</div>
{% endif %}
{% if description %}
<div id="description">
{{ description }}