From: Guillaume Pellerin Date: Fri, 11 Oct 2013 13:52:52 +0000 (+0200) Subject: fix normal view button on collection DC X-Git-Tag: 1.4.5~3^2~18 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3e685964b14b50dbaa157e471f7259ae1759b0a8;p=telemeta.git fix normal view button on collection DC --- diff --git a/telemeta/templates/telemeta/collection_detail_dc.html b/telemeta/templates/telemeta/collection_detail_dc.html index f2d91d28..37937797 100644 --- a/telemeta/templates/telemeta/collection_detail_dc.html +++ b/telemeta/templates/telemeta/collection_detail_dc.html @@ -9,7 +9,7 @@

Collection: {{ collection }}

{% endblock %} {% block title_buttons %} - {% trans "Normal View" %} +{% trans "Normal View" %} {% endblock %} {% block content %} @@ -19,7 +19,7 @@ {% endblock %} {% block delete %} -Dublin Core +{% trans "Normal View" %} {% if user.is_authenticated and perms.telemeta.delete_mediacollection %} {% trans "Delete" %}