8 lines
158 B
HTML
8 lines
158 B
HTML
{% extends 'application.html' %}
|
|
|
|
{% block content %}
|
|
<section>
|
|
<p>An email with password reset instructions has been sent.</p>
|
|
</section>
|
|
{% endblock %}
|