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 %}