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

Classes


Student Password Changed for {{ student.new_user.first_name }} in class {{ class.name }} ({{ class.access_code }})


Warning: You will only see this screen once. Please print this page or make a note of the password to prevent having to reset and issue another password. Alternatively print a reminder card which populates these details and can be given to the student.

The Class Access Code for this student's class is: {{ class.access_code }}

The new password for the above student is: {{ password }}

Return
{% csrf_token %}
{% endblock %}