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

Teacher Entry Form

{% csrf_token %} {{ forms.as_p }}
{% endblock %}