From 4bce1aab30ba3d3923224e0efdace0ba8e22b4bd Mon Sep 17 00:00:00 2001 From: janphilippweinsheimer Date: Fri, 1 Mar 2024 09:26:45 +0100 Subject: [PATCH] uniform design (card) --- templates/auth/login.html | 4 +-- templates/auth/signup.html | 55 +++++++++++++++++++++----------------- templates/habit-list.html | 6 ++--- templates/habit.html | 6 ++--- 4 files changed, 38 insertions(+), 33 deletions(-) diff --git a/templates/auth/login.html b/templates/auth/login.html index 68edeca..8276503 100644 --- a/templates/auth/login.html +++ b/templates/auth/login.html @@ -1,8 +1,8 @@ {% extends 'layouts/main.html' %} {% block content %} -
-
Login
+
+

Login

diff --git a/templates/auth/signup.html b/templates/auth/signup.html index bbbf537..d3a727b 100644 --- a/templates/auth/signup.html +++ b/templates/auth/signup.html @@ -1,33 +1,38 @@ {% extends 'layouts/main.html' %} {% block content %} -
-

Registrieren

- -
- - -
- {{ errors.get('email', '') }} +
+
+

Registrieren

+ +
+ + +
+ {{ errors.get('email', '') }} +
-
-
- - -
- {{ errors.get('name', '') }} +
+ + +
+ {{ errors.get('name', '') }} +
-
-
- - -
- {{ errors.get('password', '') }} +
+ + +
+ {{ errors.get('password', '') }} +
-
-
- -
- +
+ +
+ +
{% endblock %} \ No newline at end of file diff --git a/templates/habit-list.html b/templates/habit-list.html index 3550013..ed0a590 100644 --- a/templates/habit-list.html +++ b/templates/habit-list.html @@ -1,8 +1,8 @@ {% extends 'layouts/main.html' %} {% block content %} - -

Habitliste erstellenđź“‹

+
+

Habitliste erstellenđź“‹

@@ -21,5 +21,5 @@
- +
{% endblock %} \ No newline at end of file diff --git a/templates/habit.html b/templates/habit.html index ecaffe7..0d116c1 100644 --- a/templates/habit.html +++ b/templates/habit.html @@ -1,8 +1,8 @@ {% extends 'layouts/main.html' %} {% block content %} - -

Habit erstellenđź“‹

+
+

Habit erstellenđź“‹

@@ -78,5 +78,5 @@ - +
{% endblock %} \ No newline at end of file