{% extends "picocss/django/base.html" %} {% block title %}{{ theme_data.theme_settings.brand }} - Password Change{% endblock %} {% block content %}
{% csrf_token %}

Password Change

Please enter your old password, for security’s sake, and then enter your new password twice so we can verify you typed it in correctly.

{# old password #} {# new password 1 #} {# new password 2 #} {# this is necesarry to make the margin on the first

work #}

{% endblock %}