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

Move all classes for teacher {{ original_teacher.new_user|make_into_username }}

< Back to dashboard

Please specify which teacher you would like the classes below to be moved to.

{% csrf_token %} {% for class in classes %} {% endfor %}

Class name

New teacher

{{ class.name }}

Cancel
{% endblock %}