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

Create Trainee

Use this form to create a user. Only existing supervisors can be added (if they don't exist, create them first and refresh this page or add them later).

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