{% extends "base.html" %} {% block title %} Change your password {% endblock %} {% block headeraddons %} {% endblock %} {% block content %}

Edit your account

{% include 'form.html' with button_text='change' %}
{% include 'pastebin/latest_geometries.html' %}
{% endblock %}