{% extends "aristotle_mdr/user/userHome.html" %} {% block title %}Invite a user{% endblock %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='adminTools' %} {% endblock %} {% block page %}

Invite users to registry

Use this form to invite users to this registry. This will allow them to create an account to login into this registry and begin creating content

{% csrf_token %} {% if saved %}
{% endif %} {{ form.as_table }}
{% endblock %}