diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-08-13 11:22:51 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-08-13 11:22:51 +0200 |
commit | e2a9b9be262c13b5cc0845986ff42fecf3672a73 (patch) | |
tree | 5448b5bc08cd66cc0c307adcfbd80713f393840a | |
parent | b30f8526d5862e244df7b0e90d6d71734790c605 (diff) | |
download | Chimère - projet Saclay-e2a9b9be262c13b5cc0845986ff42fecf3672a73.tar.bz2 Chimère - projet Saclay-e2a9b9be262c13b5cc0845986ff42fecf3672a73.zip |
As everything is inside the framedcloud hide "Show galery"
-rw-r--r-- | templates/chimere/detail.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/chimere/detail.html b/templates/chimere/detail.html index 8becfd6..4d9348b 100644 --- a/templates/chimere/detail.html +++ b/templates/chimere/detail.html @@ -26,9 +26,6 @@ {% for property in marker.getProperties %}{% if property.value %} <div class='properties' id='{{property.propertymodel.getAttrName}}'><strong>{{property.propertymodel.name}}</strong> : {% if 'http://' in property.value or 'https://' in property.value %}<a href='{{ property.value|sanitize:""}}'>{%endif%}{{ property.value|sanitize:"p b i br hr strong em span:style a:href:target ul li ol h1 h2 h3 h4 table td tr th"|safe}}{% if 'http://' in property.value or 'https://' in property.value %}</a>{%endif%}</div> {%endif%}{% endfor %} - {% if marker.multimedia_items %} - <a href='#' id='show_gallery_link'>{% trans "Show multimedia gallery" %}</a> - {% endif %} </div> </div> <div id='detail_footer'> |