From ca9a16039dd0c3c4ffe060ec3123586a6906a501 Mon Sep 17 00:00:00 2001 From: Tina Date: Tue, 3 Sep 2024 02:20:37 +0200 Subject: [PATCH] Remove full profile header from settings page --- .../components/profile_header_small.html.j2 | 14 ++++++++++++++ app/templates/users/settings.html.j2 | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 app/templates/components/profile_header_small.html.j2 diff --git a/app/templates/components/profile_header_small.html.j2 b/app/templates/components/profile_header_small.html.j2 new file mode 100644 index 0000000..4921c05 --- /dev/null +++ b/app/templates/components/profile_header_small.html.j2 @@ -0,0 +1,14 @@ +
+
+ +
+
diff --git a/app/templates/users/settings.html.j2 b/app/templates/users/settings.html.j2 index 382a50f..0bfeabf 100644 --- a/app/templates/users/settings.html.j2 +++ b/app/templates/users/settings.html.j2 @@ -12,7 +12,7 @@ {% block content %} -{% include "components/profile_header.html.j2" %} +{% include "components/profile_header_small.html.j2" %}

Paramètres