{% extends 'portal/teach/base.html' %} {% load static %} {% block nav_teacher_classes %}Classes{% endblock nav_teacher_classes %} {% block content %}

Classes


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.errors }} {{ form.new_teacher }}
{% endblock %}