# HG changeset patch # User durandn # Date 1471533496 -7200 # Node ID 93b706801905876cf7414762f0c512a1ddff63b3 # Parent 994da0aff5050810b4bf9ad4bf7b55471187b259 added links to user profile when relevant diff -r 994da0aff505 -r 93b706801905 src/iconolab/templates/iconolab/detail_annotation.html --- a/src/iconolab/templates/iconolab/detail_annotation.html Thu Aug 18 16:41:55 2016 +0200 +++ b/src/iconolab/templates/iconolab/detail_annotation.html Thu Aug 18 17:18:16 2016 +0200 @@ -32,7 +32,7 @@
-

Annotation créée par {{ annotation.author.username }}

+

Annotation créée par {{ annotation.author.username }}

Titre: {{ annotation.current_revision.title }}

Description: {{ annotation.current_revision.description }}

{% if tags_data != "[]" %} @@ -82,7 +82,7 @@

{{ comment.comment }}


{% if comment.allow_thread and user.is_authenticated %}
Répondre
{% endif %} -
{{ comment.submit_date|date:"d/m/Y" }} à {{ comment.submit_date|time:"H:i" }} -  {{ comment.name }}
+
{{ comment.submit_date|date:"d/m/Y" }} à {{ comment.submit_date|time:"H:i" }} -  {{comment.name}}
{% if comment.revision or comment.metacategories.count > 0 %} - {% endif %} {% if comment.revision %} diff -r 994da0aff505 -r 93b706801905 src/iconolab/templates/partials/image_annotations_list.html --- a/src/iconolab/templates/partials/image_annotations_list.html Thu Aug 18 16:41:55 2016 +0200 +++ b/src/iconolab/templates/partials/image_annotations_list.html Thu Aug 18 17:18:16 2016 +0200 @@ -37,12 +37,12 @@
{{ annotation.current_revision.title }} - {{ annotation.author }} + {{ annotation.author }} {{ annotation.created|date:'d-m-Y' }} {{ annotation.current_revision.created|date:'d-m-Y' }} {% for contributor in annotation.stats.contributors.all %} - {{ contributor.username }}{% if not forloop.last %}, {% endif %} + {{ contributor.username }}{% if not forloop.last %}, {% endif %} {% endfor %}