From 735bcdd30da01bed1cb62c009a12cd99ca6f2e4a Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Thu, 6 Apr 2023 13:56:48 +0200 Subject: [PATCH] [TASK] styling password reset page --- templates/auth/set-pw.html.tera | 40 +++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 7 deletions(-) diff --git a/templates/auth/set-pw.html.tera b/templates/auth/set-pw.html.tera index 34af874..913b02f 100644 --- a/templates/auth/set-pw.html.tera +++ b/templates/auth/set-pw.html.tera @@ -1,8 +1,34 @@ -

Passwort setzen

+{% extends "base" %} -
- - - - -
+{% block content %} +
+

Passwort setzen

+ +
+ + +
+
+ + +
+
+ + +
+
+ +
+ +
+
+
+ +{% endblock content %}