{% extends "base.html" %} {% load crispy_forms_filters %} {% block title %} Edit Course {% endblock %} {% block content %} Return to the main page..

Edit course "{{ course.title }}"

{% csrf_token %} {{ form|crispy }}

Return to the main page.. {% endblock %}