{% extends 'hod_template/base_template.html' %} {% block page_title %} Edit Student | Username : {{ username }} | #ID : {{ id }} {% endblock page_title %} {% block main_content %} Edit Student {% url 'edit_student_save' as action_path %} {% include 'hod_template/form_template.html' with messages=messages form=form action_path=action_path button_text="Edit Student" %} {% endblock main_content %}