{% extends 'base.html' %} {% block page_content %}

This form is no longer valid

Nothing was saved — the page was open for too long, or you were logged in again in the meantime.

Every form carries a token that ties it to your session. This one no longer matches, so the request was rejected before it reached the database: {{ reason }}

Open the page again and re-enter your change. If you still have the filled-in form in another tab, copy your values out of it first — going back and submitting again will fail the same way.

Seeing this on a form you just opened usually means the browser is blocking the session cookie, or two tabs are logged in as different users.

Back to the start page {% if referrer %} Open the page again {% endif %}
{% endblock %}