{% extends 'portal/teach/base_registering.html' %} {% load staticfiles %} {% load app_tags %} {% block content %}

Add students to class

Progress < 3 of 4 >

75% Complete

Add the students' names to the box with one student name per line. Students' names will be used in their login details, and so each name should be unique.

You have the option to use students' first names only, or first and last names. Students' names and the class access code are required to sign in.

{% csrf_token %} {{ new_students_form.non_field_errors }}
{{ new_students_form.names.errors }} {{ new_students_form.names }}
{% endblock content %}