{% extends "layout_maps.html" %} {% block title %} Create map | Contextualise {% endblock %} {% block javascript %} {% endblock %} {% block content %}

Create map


{% if error|bitwise_and(2) == 2 %} Filename not provided. {% endif %} {% if error|bitwise_and(4) == 4 %} Unsupported file type; that is, not of type PNG or JPG. {% endif %}
{% if 'admin' in current_user.roles %} Access?
{% endif %}
Cancel

{% endblock %}