Merge branch 'reflow'
[wolnelektury.git] / apps / wolnelektury_core / templates / admin / catalogue / book / change_list.html
diff --git a/apps/wolnelektury_core/templates/admin/catalogue/book/change_list.html b/apps/wolnelektury_core/templates/admin/catalogue/book/change_list.html
deleted file mode 100644 (file)
index 9f1b8cb..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "admin/change_list.html" %}
-{% load i18n %}
-
-{% block content %}
-    <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 }}
-{% endblock content %}