mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
8 lines
307 B
HTML
8 lines
307 B
HTML
{% extends 'base.html' %}
|
|
{% load bootstrap4 %}
|
|
|
|
{% block content %}
|
|
<h1>Password Reset Complete</h1>
|
|
|
|
<p>Your password has been successfully reset. You can now <a href="{% url 'account_login' %}">log in using it</a>.</p> If you haven't yet completed your profile, please do this now.
|
|
{% endblock %} |