From 2703a601f0297ddc64f19ff63aea04388745b15c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 3 Apr 2021 11:03:03 +0100 Subject: [PATCH 1/6] Separate section for git within profile edit screen --- webapp_profile.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index 0161947e5..dffaa4324 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -1753,9 +1753,11 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str, 'style="height:200px" spellcheck="false">' + \ allowedInstancesStr + '\n' - editProfileForm += \ - '
\n' + editProfileForm += ' \n' + + editProfileForm += '
' + \ + translate['Git Projects'] + '\n' + editProfileForm += '
\n' idx = 'List of project names that you wish to receive git patches for' editProfileForm += \ '