{% extends "../base.html" %} {% block content %} {% load crispy_forms_tags %}
{% csrf_token %} {{grading_form|crispy}}
{% endblock content %}