{% extends "base.html" %} {% load static %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% trans "Change Password" %} - KAAUH ATS{% endblock %} {% block styles %} {% endblock %} {% block content %}

{% trans "Change Password" %}

{% trans "Please enter your current password and a new password to secure your account." %}

{% csrf_token %} {{ form|crispy }} {% if form.non_field_errors %} {% endif %}
{% endblock %}