From e36d63377135ace145a789c9c464b623695fd7e4 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Mon, 2 Nov 2020 09:30:01 +0100 Subject: [PATCH] Do not use hardcoded title in settings --- web/app/templates/settings/change_password.html.j2 | 2 +- web/app/templates/settings/edit_general_settings.html.j2 | 2 +- web/app/templates/settings/edit_notification_settings.html.j2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/templates/settings/change_password.html.j2 b/web/app/templates/settings/change_password.html.j2 index 6cee5907..f1714dc5 100644 --- a/web/app/templates/settings/change_password.html.j2 +++ b/web/app/templates/settings/change_password.html.j2 @@ -9,7 +9,7 @@
-

Settings

+

{{ title }}

diff --git a/web/app/templates/settings/edit_general_settings.html.j2 b/web/app/templates/settings/edit_general_settings.html.j2 index 5e3b6428..286983f0 100644 --- a/web/app/templates/settings/edit_general_settings.html.j2 +++ b/web/app/templates/settings/edit_general_settings.html.j2 @@ -9,7 +9,7 @@
-

Settings

+

{{ title }}

diff --git a/web/app/templates/settings/edit_notification_settings.html.j2 b/web/app/templates/settings/edit_notification_settings.html.j2 index 2736c1a3..e6fc7428 100644 --- a/web/app/templates/settings/edit_notification_settings.html.j2 +++ b/web/app/templates/settings/edit_notification_settings.html.j2 @@ -9,7 +9,7 @@
-

Settings

+

{{ title }}