Django 1.8 and other updates.
[wolnelektury.git] / apps / wolnelektury_core / templates / admin / catalogue / book / change_list.html
1 {% extends "admin/change_list.html" %}
2 {% load i18n %}
3
4 {% block content %}
5     <form action="{% url 'import_book' %}" method="post" enctype="multipart/form-data">
6     {% csrf_token %}
7         <p><input type="file" id="id_book_xml_file" name="book_xml_file" /> <input type="submit" value="{% trans "Import book" %}"/></p>
8     </form>
9     {{ block.super }}
10 {% endblock content %}