{% extends "base.html" %} {% block content %}

Select / Add Supervisor

Here, you can change the supervisor for {{ student }}.
{{ form.primary_contact.label }} {{ form.primary_contact }} {{ form.primary_contact.errors }}

If your primary supervisor is not in the dropdown menu, you may add a new one.

{% endblock %}