diff options
author | Andrew Godwin | 2022-11-17 19:36:25 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-17 19:36:25 -0700 |
commit | adf2449d373bcd07e2b0ce557beeb1f49d1894e4 (patch) | |
tree | f9178fded8a38d02546b098ebb71b3797eb18964 /templates/auth/reset_success.html | |
parent | 6adfdbabe0d44c17f32abc9d48a6e252e2a0792e (diff) | |
download | takahe-adf2449d373bcd07e2b0ce557beeb1f49d1894e4.tar.gz takahe-adf2449d373bcd07e2b0ce557beeb1f49d1894e4.tar.bz2 takahe-adf2449d373bcd07e2b0ce557beeb1f49d1894e4.zip |
Add the user settings page too
Diffstat (limited to 'templates/auth/reset_success.html')
-rw-r--r-- | templates/auth/reset_success.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/auth/reset_success.html b/templates/auth/reset_success.html deleted file mode 100644 index 001e5d7..0000000 --- a/templates/auth/reset_success.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Password Reset{% endblock %} - -{% block content %} - <form> - <fieldset> - <legend>Password Reset</legend> - <p> - Your password for <tt>{{ email }}</tt> has been reset! - </p> - </fieldset> - </form> -{% endblock %} |