# HG changeset patch # User Alexandre Segura # Date 1493291438 -7200 # Node ID 7b93c25f2b74ef54f71c7a9336c2712ff7a4017a # Parent 8e706eb56e6e4edadf3923050eab9ba8742cd3ba Simplify collection admin view, add buttons to accept/reject revisions. diff -r 8e706eb56e6e -r 7b93c25f2b74 src/iconolab/templates/iconolab/detail_revision.html --- a/src/iconolab/templates/iconolab/detail_revision.html Tue Apr 25 17:49:56 2017 +0200 +++ b/src/iconolab/templates/iconolab/detail_revision.html Thu Apr 27 13:10:38 2017 +0200 @@ -24,15 +24,19 @@ {% endthumbnail %} -
- Voir l'objet de cette annotation
- Retour sur l'annotation
- -
+
+ + +
+

Annotation révisée par {{ revision.author.username}}

-

Titre : {{ revision.title }}

-

Description: {{ revision.description }}

-

Mots-clés :

+

Titre : {{ revision.title }}

+

Description: {{ revision.description }}

+

Mots-clés :


@@ -90,8 +95,7 @@