1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{% extends "base.html" %} {% block content %} Import {{ kind }} Handle: {{ request.session.handle }} Please select the xml file containing the identity of the {{ kind }} to import. {% if errors %} {% for e in errors %} {{ e }} {% endfor %} {% endif %} {{ form.as_p }} {% endblock %}
Handle: {{ request.session.handle }}
Please select the xml file containing the identity of the {{ kind }} to import. {% if errors %}