{% comment %} Displaying the Django Form using forms.py EditStudentForm {% endcomment %}
{% url 'edit_student_save' as action_path %}
{% include 'hod_template/form_template.html' with messages=messages form=form action_path=action_path button_text="Update Student" %}