mirror of https://gitlab.com/bashrc2/epicyon
Separate section for git within profile edit screen
parent
60d046c4dc
commit
2703a601f0
|
@ -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">' + \
|
||||
|
|
Loading…
Reference in New Issue