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

Edit Student Info

{% csrf_token %} {{ edit_forms.as_p }}
{% endblock %}