diff --git a/webinterface.py b/webinterface.py index 0e054309..d79d0217 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5437,20 +5437,19 @@ def htmlPersonOptions(translate: {}, baseDir: str, optionsNickname, optionsDomainFull): optionsStr += \ '' + \ + 'class="profilecheckbox" name="onCalendar" checked> ' + \ translate['Receive calendar events from this account'] + \ '
' + translate['Submit'] + '
\n' else: optionsStr += \ '' + \ + 'class="profilecheckbox" name="onCalendar"> ' + \ translate['Receive calendar events from this account'] + \ '
' + translate['Submit'] + '
\n' optionsStr += optionsLinkStr optionsStr += \