{% extends 'hod_template/base_template.html' %} {% block page_title %} Edit Student | Username: {{ username }} | #ID : {{ id }} {% endblock page_title %} {% block main_content %} {% load static %}

Edit Student

{% 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" %}
{% endblock main_content %}