{% extends 'scipost/_personal_page_base.html' %} {% load bootstrap %} {% block pagetitle %}: change password{% endblock pagetitle %} {% block breadcrumb_items %} {{block.super}} Change password {% endblock %} {% block content %}

Change your SciPost password

{% csrf_token %} {{form|bootstrap}}
{% endblock content %}