{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %} {% csrf_token %} {% include "mainform.html" %}



Use this form to create a new student record. {% endblock %}