{% extends 'portal/base.html' %} {% block dashboard %} School / Club {% endblock dashboard %} {% block content %}

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

You may change the name of the class, or 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 }}

Class details

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

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 }} {{ form.external_requests.errors }}
Cancel

Transfer class to another teacher

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

Transfer

⟵ Back to Class

{% endblock %}