diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-04 21:23:21 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-04 21:23:21 +0200 |
commit | 14279557f263d5abc53b6a32d4553585b3b86d0c (patch) | |
tree | a201f324b1322b36839c885c390bfb2a2a3a729d | |
parent | 5b908f8e667c411e7ec747c55564874b9ab4e85b (diff) | |
download | Chimère - projet Saclay-14279557f263d5abc53b6a32d4553585b3b86d0c.tar.bz2 Chimère - projet Saclay-14279557f263d5abc53b6a32d4553585b3b86d0c.zip |
Correction du template detail
-rw-r--r-- | templates/chimere/detail.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/chimere/detail.html b/templates/chimere/detail.html index ebe2992..e1a7563 100644 --- a/templates/chimere/detail.html +++ b/templates/chimere/detail.html @@ -28,6 +28,7 @@ {%endif%}{% endfor %} {% if marker.origin %} <div class='origin'><label>Source :</label> {{marker.origin|safe}}</div> + {% endif %} {% if marker.multimedia_items %} <a href='#' id='show_gallery_link'>{% trans "Show multimedia gallery" %}</a> {% endif %} |