Extra line

main
Bob Mottram 2022-08-10 21:42:32 +01:00
parent 504bd5e4ea
commit b0dca60187
1 changed files with 1 additions and 1 deletions

View File

@ -2193,7 +2193,7 @@ def _html_edit_profile_main(base_dir: str, display_nickname: str, bio_str: str,
'postExpiryPeriod', post_expiry_period_days,
0, 9999999999999999999999, 0)
keep_dms = get_post_expiry_keep_dms(base_dir, nickname, domain)
edit_profile_form += \
edit_profile_form += '<br>\n' + \
edit_check_box(translate['Keep DMs during post expiry'],
'expiryKeepDMs', keep_dms)