snipt/templates/registration/password_reset_done.html

14 lines
425 B
HTML

{% extends "registration/registration_base.html" %}
{% block page-title %}Reset password - {{ block.super }}{% endblock %}
{% block body-class %}{{ block.super }} static{% endblock %}
{% block content %}
<div class="static-box">
<div class="alert alert-info alert-alone">
We've sent an email with a link to reset your password. Follow the link to continue.
</div>
</div>
{% endblock %}