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

Create Trainee

Use this form to create a user. Only existing supervisors can be added (create them first and refresh this page or add them later if they do not exist). {% if errors %} {% endif %}
{% csrf_token %} {{ form|crispy }}
{% endblock %}