{% extends 'portal/base.html' %} {% load static %} {% block content %}

Transfer class {{ class.name }} ({{ class.access_code }}) to another teacher

Transfer this class to another teacher in the school or club.

New teacher to take over class

Select a new teacher from your school or club to take over the above class from the list below.

Warning: The class will move immediately to the new teacher. Should you wish to undo this action, please contact that teacher.

{% csrf_token %} {{ form.non_field_errors }}
{{ form.new_teacher }} {{ form.new_teacher.errors }}
Cancel

⟵ Back to Class

{% endblock %}