{% 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 %} {{ form.as_table }} {% if errormessage %} {{ errormessage }} {% endif %} {% endif %} {% endblock bodysup %}
{{ errormessage }}