{% extends "elearning.html" %} {% block headtitle %}Change Password - Administration - {{ block.super }}{% endblock %} {% block content %}
 
{% include "website/partials/profile_menu.html" with active="3" %}
 
{% csrf_token %} {% include "partials/form.html" with form=password_form %}
Cancel
{% endblock %}