[FEAT] Password resets

This commit is contained in:
2023-01-19 23:28:55 +00:00
parent f0f03c1175
commit 19698270e5
5 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{% 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 'login' %}">log in using it</a>.</p>
{% endblock %}