Locatizations.
[wolnelektury.git] / src / wolnelektury / templates / admin / catalogue / book / change_list.html
1 {% extends "admin/change_list.html" %}
2
3 {% block content %}
4   <form action="{% url 'import_book' %}" method="post" enctype="multipart/form-data">
5     {% csrf_token %}
6     <p>
7       <input type="file" id="id_book_xml_file" name="book_xml_file"/>
8       <input type="submit" value="Import książki" />
9     </p>
10   </form>
11   {{ block.super }}
12 {% endblock content %}