{% extends "base.html" %} {% load static %} {% block title %} Change Password {% endblock title %} {% block description %} Secure your account by changing your password. Enter your current password and set a new, strong password to protect your information. {% endblock description %} {% block keywords %} Change Password, Secure Account, Update Password, Strong Password, Protect Information {% endblock keywords %} {% block og_title %} Change Password - Secure Your Account {% endblock og_title %} {% block og_description %} Change your password to secure your account. Enter your current password and set a new, strong password to ensure your information is protected. {% endblock og_description %} {% load i18n %} {% block content %} {% include "includes/sidenav.html" %}

{% trans "Change Password" %}

{% csrf_token %}
{{ form.oldpassword.errors }}
{{ form.password1.errors }}
{{ form.password2.errors }}
{% endblock content %}