From e6468b012d5b33dd16992652da57f11dd5a6e82f Mon Sep 17 00:00:00 2001 From: Jokler Date: Sun, 21 Jun 2020 06:37:46 +0200 Subject: Initial commit --- templates/settings.htm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 templates/settings.htm (limited to 'templates/settings.htm') diff --git a/templates/settings.htm b/templates/settings.htm new file mode 100644 index 0000000..5b53a64 --- /dev/null +++ b/templates/settings.htm @@ -0,0 +1,31 @@ +{% extends "base.htm" %} + +{% block title %}Settings{% endblock %} + +{% block content %} +

User Settings

+ +

Change Password

+Go Back + +{% match result %} + {% when PasswordResult::Success %} +
Password change was successful
+ {% when PasswordResult::InvalidOld -%} +
Old password was incorrect
+ {% when PasswordResult::Missmatch -%} +
New passwords were not the same
+ {% when PasswordResult::Empty -%} +{% endmatch %} + +
+ + + + + +
+{% endblock %} + + -- cgit v1.2.3-70-g09d2