{%extends "base/page.html"%} {%block title%}{%if success%}Email changed{%else%}Change email{%endif%}{%endblock%} {%block contents%} {%if success%}
Your email has successfully been changed to {{user.email}}.
Please note that if you are using your account from a different community site than www.postgresql.org, you may need to log out and back in again for the email to be updated on that site.
{%else%}
The token {{token}}
was not found.
This can be because it expired (tokens are valid for approximately 24 hours), or because you did not paste the complete URL without any spaces.
Double check the URL, and if it is correct, restart the process by clicking "change" in your profile to generate a new token and try again.
{%endif%}Return to your profile.
{%endblock%}