From d27f37f6e6d996963cf6c8fbb38fa6f3b9f070bb Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 26 Nov 2014 14:13:53 +0100 Subject: [PATCH] fix collection edit links --- telemeta/templates/telemeta/collection_edit.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/telemeta/templates/telemeta/collection_edit.html b/telemeta/templates/telemeta/collection_edit.html index 28d6f2bc..1ea79a6e 100644 --- a/telemeta/templates/telemeta/collection_edit.html +++ b/telemeta/templates/telemeta/collection_edit.html @@ -4,14 +4,14 @@ {% load bootstrap3 %} {% block title %} - Collection : {{ collection.title }} + Collection : {{ object.title }} {% endblock %} {% block title_buttons %}
{% block cancel %} - + @@ -63,7 +63,7 @@
{% block cancel2 %} - + -- 2.39.5