{% extends "_base.html" %} {% load static %} {% load filters %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'workers'{% endblock ui_active_tab %} {% block title %}{{ block.super }} - Change password {% endblock %} {% block page_header %} Changing password for worker {{ worker }} with username: {{ user }} {% endblock page_header %} {% block breadcrumb %} {% include "doctors/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %} {% block content %}
{% csrf_token %} {{ form }}
{% endblock %} {% endblock maincontent %} {% block scripts %} {{ block.super }} {% endblock scripts %}