5 lines
203 B
HTML
5 lines
203 B
HTML
|
{% extends "stripped_base.html" %}
|
||
|
{% block content %}
|
||
|
<p>We've emailed you instructions for setting your password. If they haven't arrived in a few minutes, check your spam folder.</p>
|
||
|
{% endblock %}
|