{% extends "account/base.html" %} {% load i18n %} {% load form_filters %} {% block head_title %}{% trans "Change Password" %}{% endblock %} {% block content %}

{% trans "Change Password" %}

{% csrf_token %}
{{ form.oldpassword | add_class:"border sm:text-sm rounded-lg block w-full p-2.5 bg-gray-700 border-gray-600 :placeholder-gray-400 text-white focus:ring-blue-500 focus:border-b