mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
9e6f608c91
commit
f8a7622b6b
|
@ -1685,7 +1685,7 @@ def _htmlEditProfileFiltering(baseDir: str, nickname: str, domain: str,
|
|||
listIsEnabled = True
|
||||
if translate.get(name):
|
||||
name = translate[name]
|
||||
CWlistsStr += editCheckBox(name, variableName, listIsEnabled)
|
||||
CWlistsStr += editCheckBox(name, variableName, listIsEnabled)
|
||||
if CWlistsStr:
|
||||
idx = 'Add content warnings for the following sites'
|
||||
editProfileForm += \
|
||||
|
|
Loading…
Reference in New Issue