fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3ded503679ee907de74046f683b69d719b5d12fe
[wolnelektury.git]
/
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
<p><input type="file" id="id_book_xml_file" name="book_xml_file" /> <input type="submit" value="Importuj książkę"/></p>
6
</form>
7
{{ block.super }}
8
{% endblock content %}