pflaenz.li/pflaenzli/pflaenzli/templates/registration/verify_email_done.html
2023-04-16 19:19:05 +02:00

11 lines
403 B
HTML

{% extends 'base.html' %}
{% block content %}
<h1>Reset password</h1>
<p>
We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly.
</p>
<p>
If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder.
</p>
{% endblock %}