{% extends 'public/content.html' %} {% block left_content %} {% include "members/partials/locker-tabs.html" with active_tab="account" %} {% endblock %} {% block headtitle %}Change Password{% endblock %} {% block title %}

My Account

{% endblock %} {% block content %}

Change Password

{% if reset_required %}

Please change your password to something more memorable.

{% endif %}
{% csrf_token %} {% if errors %} {% for error in errors %} {{ error }} {% endfor %} {% endif %} {% include "public/partials/form.html" with form=form %}
{% endblock %}