From 659ce7c87915230698c3848c8c0c7e4a8d584ce8 Mon Sep 17 00:00:00 2001 From: Johnny Date: Fri, 26 Oct 2018 00:39:16 +0000 Subject: [PATCH] Adjusts margins and adds missing password change completion page. --- .../registration/password_change_done.html | 27 +++++++++++++++++++ .../registration/password_change_form.html | 3 +-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 evennia/web/website/templates/website/registration/password_change_done.html diff --git a/evennia/web/website/templates/website/registration/password_change_done.html b/evennia/web/website/templates/website/registration/password_change_done.html new file mode 100644 index 0000000000..8869d8d69c --- /dev/null +++ b/evennia/web/website/templates/website/registration/password_change_done.html @@ -0,0 +1,27 @@ +{% extends "base.html" %} + +{% block titleblock %} +Password Changed +{% endblock %} + +{% block body %} + +{% load addclass %} +
+
+
+
+
+

Password Changed

+
+ +

Your password was changed.

+ +

Click here to return to the index.

+ +
+
+
+
+
+{% endblock %} diff --git a/evennia/web/website/templates/website/registration/password_change_form.html b/evennia/web/website/templates/website/registration/password_change_form.html index bae8c90962..1911b83cf0 100644 --- a/evennia/web/website/templates/website/registration/password_change_form.html +++ b/evennia/web/website/templates/website/registration/password_change_form.html @@ -7,10 +7,9 @@ Password Change {% block content %} {% load addclass %} -
-
+

Password Change