From 3e685964b14b50dbaa157e471f7259ae1759b0a8 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 11 Oct 2013 15:52:52 +0200 Subject: [PATCH] fix normal view button on collection DC --- telemeta/templates/telemeta/collection_detail_dc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" %} -- 2.39.5