Separate section for git within profile edit screen

merge-requests/30/head
Bob Mottram 2021-04-03 11:03:03 +01:00
parent 60d046c4dc
commit 2703a601f0
1 changed files with 5 additions and 3 deletions

View File

@ -1753,9 +1753,11 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
'style="height:200px" spellcheck="false">' + \
allowedInstancesStr + '</textarea>\n'
editProfileForm += \
' <br><b><label class="labels">' + \
translate['Git Projects'] + '</label></b>\n'
editProfileForm += ' </div></details>\n'
editProfileForm += '<details><summary class="cw">' + \
translate['Git Projects'] + '</summary>\n'
editProfileForm += ' <div class="container">\n'
idx = 'List of project names that you wish to receive git patches for'
editProfileForm += \
' <br><label class="labels">' + \