{% extends "accounts/base-profile.html" %}{% load i18n l10n pages widget_tweaks %} {% block tab_profile_security %}
  • {% trans 'Security' %}
  • {% endblock %} {% block profile_content %} {% include "_includes/form_errors.html" %}

    {% trans "Security" %}

    {% csrf_token %} {% include "_includes/field.html" with field=form.old_password|attr:"autofocus" %} {% include "_includes/field.html" with field=form.new_password1 %} {% include "_includes/field.html" with field=form.new_password2 %}
    {% endblock %}