# HG changeset patch # User duong tam kien # Date 1484651251 -3600 # Node ID 0a8230cbaabb69f23f83e21cf9db3d19eb33270d # Parent 8543ba626d8fe00088d67a00a8769442ed21a8c3 change wording of link to modification of an annotation [close #57] diff -r 8543ba626d8f -r 0a8230cbaabb src/iconolab/templates/iconolab/detail_annotation.html --- a/src/iconolab/templates/iconolab/detail_annotation.html Tue Jan 17 11:59:07 2017 +0100 +++ b/src/iconolab/templates/iconolab/detail_annotation.html Tue Jan 17 12:07:31 2017 +0100 @@ -9,7 +9,7 @@ {% block content %}
- +
@@ -23,17 +23,17 @@ - + {% endthumbnail %}

Voir l'objet de cette annotation Voir les annotations sur l'image - +
-

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 != "[]" %} @@ -44,15 +44,15 @@ {% if user.is_authenticated %} {% if user == annotation.author %} - Editer l'annotation + Modifier l'annotation {% else %} Proposer une révision {% endif %} - +
{% endif %}
- {% include "partials/annotation_stats_panel.html" with annotation=annotation label="Statistiques sur cette annotation:" %} + {% include "partials/annotation_stats_panel.html" with annotation=annotation label="Statistiques sur cette annotation:" %}