aboutsummaryrefslogtreecommitdiff
path: root/portal-gui/rpkigui/templates/myrpki/xml_import.html
blob: e26830e37b46c3f1fda987ca0a26edc9e3d2ba67 (plain) (blame)
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 %}