{% extends "layout_maps.html" %} {% block title %} Add collaborator | Contextualise {% endblock %} {% block content %}

{{ topic_map.name }} Add collaborator


{% if error|bitwise_and(1) == 1 %} A Contextualise user with this user name does not exist. Please provide a different user name. {% endif %} {% if error|bitwise_and(2) == 2 %} You cannot share a topic map for collaboration purposes with yourself. Please provide a different user name. {% endif %}

Cancel

{% endblock %}