8 lines
165 B
HTML
Executable File
8 lines
165 B
HTML
Executable File
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<article class="panel">
|
|
<p>An email with password reset instructions has been sent.</p>
|
|
</article>
|
|
{% endblock %}
|