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

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 as a student 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.

⟵ Back to Class

{% endblock %}