diff options
-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 b40714d..c0f9d64 100644 --- a/templates/chimere/detail.html +++ b/templates/chimere/detail.html @@ -29,9 +29,6 @@ {% 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 %} </div> </div> <div id='detail_footer'> |