Add textarea

main
Bob Mottram 2023-08-31 23:44:39 +01:00
parent c199b9cfc6
commit 628740afd9
1 changed files with 3 additions and 2 deletions

View File

@ -2382,8 +2382,9 @@ def _html_edit_profile_memorial(base_dir: str, translate: {}) -> str:
title_str = \
translate['Nicknames of memorial accounts (one per line)']
edit_text_area(title_str, None, 'memorialAccounts', memorial_accounts_str,
200, '', True)
edit_profile_form += \
edit_text_area(title_str, None, 'memorialAccounts',
memorial_accounts_str, 200, '', True)
edit_profile_form += end_edit_section()
return edit_profile_form