{% extends "upload/base.html" %} {% load upload_tags %} {% block extra_head %} {% endblock extra_head %} {% block body %}
{% csrf_token %}

Drag & drop the file here

We support Shapefile and GeoTIFF uploads.
Choose files to Upload
 

{% endblock %} {% block extra_script %} {% upload_js %} {% endblock %}