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

Add students to class

Progress < 3 of 4 >

75% Complete

Add the student names to the box with one name per line or separated by a comma.

Student names and the class access code are required to sign in.

Please note: if using the import option, student names must be under a heading labelled 'name'.
{% csrf_token %} {{ new_students_form.non_field_errors }}
{{ new_students_form.names.errors }} {{ new_students_form.names }}
{% endblock content %}