cleaned up leftover variable in template
authordurandn
Mon, 10 Oct 2016 17:44:39 +0200
changeset 218 7f9d697fb499
parent 217 8a9c7188bfa8
child 219 ce1e12435c44
cleaned up leftover variable in template
src/iconolab/templates/iconolab/detail_item.html
--- a/src/iconolab/templates/iconolab/detail_item.html	Mon Oct 10 13:00:04 2016 +0200
+++ b/src/iconolab/templates/iconolab/detail_item.html	Mon Oct 10 17:44:39 2016 +0200
@@ -51,7 +51,6 @@
         
         <a class="btn btn-default btn-sm" href="{% url 'collection_home' collection_name %}"><i class="fa fa-list"></i> Retour à la liste d'objets</a>
     </div>
-      {{display_image}}
       {% for image in images %}  
       <div id="annotations-{{image.obj.image_guid}}" class="col-md-12 image-annotations-list">
         {% include "partials/image_annotations_list.html" with annotation_list=image.annotations header="Annotation de l'image" %}