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

Classes


Update settings for class {{ class.name }} ({{ class.access_code }})


You may change the name of the class, change permissions to allow external requests from independent students to join this class. You may also transfer the class to another teacher, or change permissions to allow pupils to see their classmates' progress.

{% csrf_token %} {{ form.non_field_errors }} {{ form.name.errors }}

Class details


{{ form.name }}
{{ form.classmate_progress.errors }} {{ form.classmate_progress }}

External requests setting


You can set up permissions for this class allowing students to send requests asking to join your class from outside of your school or club.

{{ external_requests_message }}

{{ form.external_requests.errors }} {{ form.external_requests }}

Transfer class to another teacher


To transfer this class to another teacher in your school or club, click 'Transfer'

{% endblock %}