From 978ba27bae6dd3657e68cd09c47d61486b6e5034 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 14 Jan 2021 17:24:37 +0100 Subject: [PATCH] Add headline separating the submit_header for organisations --- pgweb/account/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgweb/account/views.py b/pgweb/account/views.py index 9add0e66..1f723bc4 100644 --- a/pgweb/account/views.py +++ b/pgweb/account/views.py @@ -119,7 +119,7 @@ objtypes = { 'organisations': { 'title': 'organisation', 'objects': lambda u: Organisation.objects.filter(managers=u), - 'submit_header': 'Before submitting a new Organisation, please verify on the list of current organisations if the organisation already exists. If it does, please contact the manager of the organisation to gain permissions.', + 'submit_header': '

Submit organisation

Before submitting a new Organisation, please verify on the list of current organisations if the organisation already exists. If it does, please contact the manager of the organisation to gain permissions.', 'editapproved': True, }, } -- 2.39.5