Indentation

merge-requests/30/head
Bob Mottram 2021-10-21 20:07:08 +01:00
parent 9e6f608c91
commit f8a7622b6b
1 changed files with 1 additions and 1 deletions

View File

@ -1685,7 +1685,7 @@ def _htmlEditProfileFiltering(baseDir: str, nickname: str, domain: str,
listIsEnabled = True listIsEnabled = True
if translate.get(name): if translate.get(name):
name = translate[name] name = translate[name]
CWlistsStr += editCheckBox(name, variableName, listIsEnabled) CWlistsStr += editCheckBox(name, variableName, listIsEnabled)
if CWlistsStr: if CWlistsStr:
idx = 'Add content warnings for the following sites' idx = 'Add content warnings for the following sites'
editProfileForm += \ editProfileForm += \