{% extends "admin/change_form.html" %} {% load i18n %} {% block title %}Import From Shapefile{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Import From Shapefile

Select and upload your shapefile below. In the next step you'll select a layer to import.

{% csrf_token %} {% include "admin/includes/fieldset.html" %}
{% endblock %}