snipt/snipt/templates/registration/password_reset_done.html

14 lines
408 B
HTML

{% extends "base.html" %}
{% block page-title %}Password Reset - {{ block.super }}{% endblock %}
{% block content %}
<section class="box">
<div class="inner">
<div class="top group">
We have sent you an email with a link to reset your password. Please check your email and click the link to continue.
</div>
</div>
</section>
{% endblock %}