Locatizations.
[wolnelektury.git] / src / picture / templates / admin / picture / picture / change_list.html
1 {% extends "admin/change_list.html" %}
2
3 {% block content %}
4   <form action="{% url 'import_picture' %}" method="post" enctype="multipart/form-data">
5   {% csrf_token %}
6     <p>
7       XML: <input type="file" id="id_picture_xml_file" name="picture_xml_file" /><br/>
8       Obraz: <input type="file" id="id_picture_image_file" name="picture_image_file" /><br/>
9       <input type="submit" value="Zaimportuj obraz"/>
10     </p>
11   </form>
12   {{ block.super }}
13 {% endblock content %}