Add headline separating the submit_header for organisations
authorMagnus Hagander <magnus@hagander.net>
Thu, 14 Jan 2021 16:24:37 +0000 (17:24 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 14 Jan 2021 16:24:37 +0000 (17:24 +0100)
pgweb/account/views.py

index 9add0e66c9a40a6b4e78434ca2c08ce711b0ca3c..1f723bc4f4a677e24578ece37e2e284e7c0e3ce6 100644 (file)
@@ -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 <a href="/account/orglist/">current organisations</a> if the organisation already exists. If it does, please contact the manager of the organisation to gain permissions.',
+        'submit_header': '<h3>Submit organisation</h3>Before submitting a new Organisation, please verify on the list of <a href="/account/orglist/">current organisations</a> if the organisation already exists. If it does, please contact the manager of the organisation to gain permissions.',
         'editapproved': True,
     },
 }