You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/templates/user_lostpass_mail_sent.html

10 lines
268 B
HTML

{% extends "layout/immersive.html" %}
{% block content %}
<div class="immersive--content immersive--center">
<h1>{{ _('Lost Password') }}</h1>
<div class="text-center">
{{ _('Password reset mail has been sent to your email.') }}
</div>
</div>
{% endblock %}