{% extends 'portal/base.html' %} {% block subNav %} {% include "portal/partials/teacher_non_dashboard_subnav.html" %} {% endblock subNav %} {% block content %}

Move students from class {{ old_class.name }} ({{ old_class.access_code }})

< Back to Edit class

Choose a class from the drop down menu below to move the student.

Select destination class

{% csrf_token %} {{ form.non_field_errors }} {% for field in form %}
{{ field }} {{ field.errors }} {% endfor %}
Choose class
Cancel
{% endblock %}