From 81de10b70c85c5222b17d8c4358a8aa8812f2559 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 18 Nov 2022 08:28:15 -0700 Subject: Migration reset, start of docs, env vars --- templates/auth/perform_reset_success.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'templates/auth/perform_reset_success.html') diff --git a/templates/auth/perform_reset_success.html b/templates/auth/perform_reset_success.html index 001e5d7..3f5125a 100644 --- a/templates/auth/perform_reset_success.html +++ b/templates/auth/perform_reset_success.html @@ -1,13 +1,14 @@ {% extends "base.html" %} -{% block title %}Password Reset{% endblock %} +{% block title %}Password Set{% endblock %} {% block content %}
- Password Reset + Password Set

- Your password for {{ email }} has been reset! + Your password for {{ email }} has been set. You can + now login.

-- cgit v1.2.3