{% extends "base.html" %} {% load crispy_forms_tags i18n %} {% block breadcrumbs %}
  • {% translate "Your profile" %}
  • {% endblock breadcrumbs %} {% block content %}
    {% csrf_token %}

    {% translate "Change password" %}

    {% translate "Please enter your new password twice so we can verify you typed it in correctly." %}

    {{ change_form|crispy }} {{ form|crispy }}
    {% endblock content %}