tweaks to unusual formatting

pull/697/head
Dave Cranwell 2014-10-13 11:56:12 +01:00
rodzic 20172065d3
commit 48cd39f740
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@
{% trans "Delete site" as del_str %}
{% include "wagtailadmin/shared/header.html" with title=del_str subtitle=site.hostname icon="site" %}
<div class="row row-flush nice-padding">
<div class="nice-padding">
<p>{% trans "Are you sure you want to delete this site?" %}</p>
<form action="{% url 'wagtailsites_delete' site.id %}" method="POST">
{% csrf_token %}