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

Your SciPost password has been successfully changed

{% else %}

Change your SciPost password

{% csrf_token %}
{% if errormessage %}

{{ errormessage }}

{% endif %}
{% endif %} {% endblock bodysup %}