{% extends "base.html" %} {% load static %} {% block title %} Change Password - Gracular {% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block body %}
{% include "sidebar-nct-tpl.html" %}
{% include "navbar-nct-tpl.html" %}
Change Password
{% include "footer-nct-tpl.html" %}
{% endblock %}