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

Edit Supervisor / {{object.cid}}

Use this form to create / edit a supervisor

Trainees can be assigned to a supervisor by editing the trainee and selecting the supervisor from the drop down list.

{% if errors %} {% endif %}
{% csrf_token %} {{ form|crispy }}
{% endblock %}