From 2a7251afa0438b1472c66932a4c22d378ae15c28 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 8 Oct 2015 10:48:36 +0300 Subject: Cleanup --- servo/templates/admin/statuses/remove.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'servo/templates/admin/statuses') diff --git a/servo/templates/admin/statuses/remove.html b/servo/templates/admin/statuses/remove.html index 78385a6..1040017 100644 --- a/servo/templates/admin/statuses/remove.html +++ b/servo/templates/admin/statuses/remove.html @@ -2,15 +2,15 @@ {% load i18n %} {% block header %} -

{% blocktrans with status.title as title %}Delete status "{{ title }}"?{% endblocktrans %}

+ {% blocktrans with status.title as title %}Delete status "{{ title }}"?{% endblocktrans %} {% endblock header %} {% block body %} -

{% trans "This action cannot be undone." %}

+ {% trans "This action cannot be undone." %}

{% endblock body %} {% block footer %} -
+ {% csrf_token %}
-- cgit v1.2.3