mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 19:37:06 +00:00
8 lines
188 B
HTML
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 %} |