rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / wolnelektury / templates / admin / catalogue / book / change_list.html
diff --git a/wolnelektury/templates/admin/catalogue/book/change_list.html b/wolnelektury/templates/admin/catalogue/book/change_list.html
deleted file mode 100644 (file)
index 09e567a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{% extends "admin/change_list.html" %}
-{% load i18n %}
-
-{% block content %}
-    <form action="{% url import_book %}" method="post" enctype="multipart/form-data">
-        <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 %}
\ No newline at end of file