From bc5c324651de363d9a70bfe71de26cb403c1c45a Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 14 Feb 2017 09:35:14 +0100 Subject: [PATCH] unify "Delete" and "Save" buttons css class (#14990) --- corbo/templates/corbo/announce_confirm_delete.html | 2 +- corbo/templates/corbo/announce_form.html | 2 +- corbo/templates/corbo/category_confirm_delete.html | 2 +- corbo/templates/corbo/category_form.html | 2 +- corbo/templates/corbo/subscriptions_import_form.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/corbo/templates/corbo/announce_confirm_delete.html b/corbo/templates/corbo/announce_confirm_delete.html index b9e7fc6..fcecb3f 100644 --- a/corbo/templates/corbo/announce_confirm_delete.html +++ b/corbo/templates/corbo/announce_confirm_delete.html @@ -11,7 +11,7 @@

{% csrf_token %}
- + {% trans 'Cancel' %}
diff --git a/corbo/templates/corbo/announce_form.html b/corbo/templates/corbo/announce_form.html index 814e5eb..915b7a1 100644 --- a/corbo/templates/corbo/announce_form.html +++ b/corbo/templates/corbo/announce_form.html @@ -25,7 +25,7 @@ {{ form.media }} {{ form.as_p }}
- + {% trans 'Cancel' %}