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
|
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 += \
|
||||||
|
|
Loading…
Reference in New Issue