{% extends "generic/base.html" %} {% block css %} {% endblock %} {% block js %} {{form.media}} {% endblock %} {% block content %}

Edit User / {{ciduser.cid}}

Use this form to create a user. Only existing supervisors can be added (create it first or add it later if it does not exist). {% if errors %} {% endif %}
{% csrf_token %} {{ form.as_table }}
{% endblock %}