Files
breccia-mapper/breccia_mapper/templates/registration/password_reset_done.html
2023-01-19 23:28:55 +00:00

8 lines
188 B
HTML

{% extends 'base.html' %}
{% load bootstrap4 %}
{% block content %}
<h1>Check Your Inbox</h1>
<p>We've emailed you instructions for how to reset your password.</p>
{% endblock %}