summaryrefslogtreecommitdiffstats
path: root/templates/auth/reset_success.html
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-17 19:36:25 -0700
committerAndrew Godwin2022-11-17 19:36:25 -0700
commitadf2449d373bcd07e2b0ce557beeb1f49d1894e4 (patch)
treef9178fded8a38d02546b098ebb71b3797eb18964 /templates/auth/reset_success.html
parent6adfdbabe0d44c17f32abc9d48a6e252e2a0792e (diff)
downloadtakahe-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.html14
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 %}