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

Classes


External student added to class {{ class.name }} ({{ class.access_code }})


The student has been successfully added to the class {{ class.name }}.

Please provide the student with their new login details:

Class Access Code: {{ class.access_code }}

Name: {{ student.new_user.first_name }}

{{ student.new_user.first_name }} should now login using the school login box on the Play page with these details.

{{ student.new_user.first_name }}'s password is unchanged. You may manage this student, including changing their name and password, as with other students.

Return
{% endblock %}