mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
3472e63e9d
commit
f183881f63
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue