{% extends 'hod_template/base_template.html' %} {% block page_title %} Add Student {% endblock page_title %} {% block main_content %} {% load static %} Add Student {% url 'add_student_save' as action_path %} {% include 'hod_template/form_template.html' with messages=messages form=form action_path=action_path button_text="Add Student" %} {% endblock main_content %} {% block custom_js %} {% comment %} Checking if email and username already exists or not usin Ajax {% endcomment %} {% endblock custom_js %}