{% extends "../base.html" %} {% load crispy_forms_tags %} {% block page_title %}Edit Subject Allocation{% endblock page_title %} {% block content %}

Edit Allocation {{ allocation.academic_class_stream }}

{% csrf_token %}
{{ form|crispy }}
Back
{% endblock content %}