{% extends 'base/base.html' %} {% load static %} {% block content %} {% include 'partials/_alerts.html' %}

Edit Teacher Info

{% csrf_token %} {{ edit_teacher_forms.as_p }}
{% endblock %}