{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: change password{% endblock pagetitle %} {% block content %} {% if ack %}

Your SciPost password has been successfully changed

{% else %}

Change your SciPost password

{% if errormessage %}

{{ errormessage }}

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