{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Change Password" %} - {{ block.super }}{% endblock %} {% block content %}
{% trans "Please enter your current password and a new password to secure your account." %}
{{ error }}
{{ field.errors.0 }}
{{ field.help_text }}