{% extends 'stadt/settings.html' %} {% block sidebar %} {% with chapter='gestalt-password' %}{{ block.super }}{% endwith %} {% endblock %} {% block content %}
{% csrf_token %} {% field form.oldpassword %} {% field form.password1 %} {% field form.password2 %}
{% endblock %}