# HG changeset patch # User durandn # Date 1468230466 -7200 # Node ID 96e35b9957bab65132ebb0cd6e85b738748659f9 # Parent 8702ab13783eceaeff95064e30539d10c87c6daa cleanup on annotation list template diff -r 8702ab13783e -r 96e35b9957ba src/iconolab/templates/partials/image_annotations_list.html --- a/src/iconolab/templates/partials/image_annotations_list.html Thu Jul 07 16:34:31 2016 +0200 +++ b/src/iconolab/templates/partials/image_annotations_list.html Mon Jul 11 11:47:46 2016 +0200 @@ -10,7 +10,6 @@ {% else %} {% for annotation in annotation_list %}
Créee par {{ annotation.author }}, dernière révision le {{ annotation.current_revision.created|date:'d-m-Y' }}
-
Contributeurs: - {% for contributor in annotation.stats.contributors %} - {% if not forloop.last %} - - {% endif %} - {{ contributor }}{% if not forloop.last %}, {% endif %} - {% endfor %} -
-Créee par {{ annotation.author }}, dernière révision le {{ annotation.current_revision.created|date:'d-m-Y' }}
+
Contributeurs: + {% for contributor in annotation.stats.contributors %} + {{ contributor }}{% if not forloop.last %}, {% endif %} + {% endfor %} +
+