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

{{ topic_map.name }} Edit map


{% if topic_map.image_path %}
{{ map_name }}

{% endif %}
{% 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? {% if map_shared %}
{% else %}
{% endif %} {% endif %}
Cancel

{% endblock %}