pflaenz.li/pflaenzli/pflaenzli/templates/registration/verify_email_done.html
Jannis Portmann 799f0be53e
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing
Add translated strings
2023-05-16 23:36:40 +02:00

12 lines
461 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block content %}
<h1>{% trans "Reset password" %}</h1>
<p>
{% trans "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>
{% trans "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 %}