Storing shared items federation domains

main
Bob Mottram 2021-07-27 17:42:20 +01:00
parent f07742dbff
commit 1c216c248c
1 changed files with 2 additions and 2 deletions

View File

@ -1358,8 +1358,8 @@ def _htmlEditProfileSharedItems(baseDir: str, nickname: str, domain: str,
editProfileForm = beginEditSection(translate['Shares'])
idx = 'List of domains which can access the shared items catalog'
editProfileForm += \
editTextArea(translate[idx], 'shareDomainList', sharedItemsStr,
200, '', False)
editTextArea(translate[idx], 'shareDomainList',
sharedItemsStr, 200, '', False)
editProfileForm += endEditSection()
return editProfileForm