reformat templates
[wolnelektury.git] / src / wolnelektury / templates / admin / catalogue / book / change_list.html
index 9f1b8cb..131250a 100644 (file)
@@ -2,9 +2,12 @@
 {% load i18n %}
 
 {% block content %}
-    <form action="{% url 'import_book' %}" method="post" enctype="multipart/form-data">
+  <form action="{% url 'import_book' %}" method="post" enctype="multipart/form-data">
     {% csrf_token %}
-        <p><input type="file" id="id_book_xml_file" name="book_xml_file" /> <input type="submit" value="{% trans "Import book" %}"/></p>
-    </form>
-    {{ block.super }}
+    <p>
+      <input type="file" id="id_book_xml_file" name="book_xml_file"/>
+      <input type="submit" value="{% trans "Import book" %}"/>
+    </p>
+  </form>
+  {{ block.super }}
 {% endblock content %}