{% extends "base.html" %} {% block title %} Create new Class {% endblock %} {% block content %} Return to the main page..

Create new Class

{% include "partial/create_form.html" with button_text="Create new class" %}

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