1 {% extends "admin/change_list.html" %}
5 <form action="{% url 'import_book' %}" method="post" enctype="multipart/form-data">
8 <input type="file" id="id_book_xml_file" name="book_xml_file"/>
9 <input type="submit" value="{% trans "Import book" %}"/>
13 {% endblock content %}