Indentation

main
Bob Mottram 2020-09-19 10:51:04 +01:00
parent 3472e63e9d
commit f183881f63
1 changed files with 7 additions and 7 deletions

View File

@ -6290,7 +6290,7 @@ def htmlPersonOptions(translate: {}, baseDir: str,
' <input type="checkbox" ' + \
'class="profilecheckbox" name="onCalendar" checked> ' + \
translate['Receive calendar events from this account'] + \
'<button type="submit" class="buttonsmall" ' + \
'\n <button type="submit" class="buttonsmall" ' + \
'name="submitOnCalendar">' + \
translate['Submit'] + '</button><br>\n'
else:
@ -6298,7 +6298,7 @@ def htmlPersonOptions(translate: {}, baseDir: str,
' <input type="checkbox" ' + \
'class="profilecheckbox" name="onCalendar"> ' + \
translate['Receive calendar events from this account'] + \
'<button type="submit" class="buttonsmall" ' + \
'\n <button type="submit" class="buttonsmall" ' + \
'name="submitOnCalendar">' + \
translate['Submit'] + '</button><br>\n'