e150da51e9fe2feef7278bea3487cc5442e5abe7
[wolnelektury.git] / apps / picture / templates / admin / picture / picture / change_list.html
1 {% extends "admin/change_list.html" %}
2 {% load i18n %}
3
4 {% block content %}
5     <form action="{% url import_picture %}" method="post" enctype="multipart/form-data">
6         <p>XML: <input type="file" id="id_picture_xml_file" name="picture_xml_file" /><br/>
7             {% trans "Image" %}: <input type="file" id="id_picture_image_file" name="picture_image_file" /><br/>
8             <input type="submit" value="{% trans "Import picture" %}"/></p>
9     </form>
10     {{ block.super }}
11 {% endblock content %}