{% extends "template.html" %} {% block content %}

DNS Zones Tools

Upload Zones

{% csrf_token %}
Upload list of DNS Zones from a file. Each zone must be placed at separate line
{% with zones_upload_form as form %} {% include "includes/noc_fieldset.html" %} {% endwith %}
{% endblock%}