flake8: E126 continuation line over-indented for hanging indent

This commit is contained in:
sshakndr
2023-10-23 14:58:41 +07:00
parent 359c732b8a
commit 5363a794b7

View File

@ -266,9 +266,9 @@ def edit(request):
'lang': lang,
'callbackUrl': docManager.getCallbackUrl(filename, request), # absolute URL to the document storage service
'coEditing': {
"mode": "strict",
"change": False
}
"mode": "strict",
"change": False
}
if edMode == 'view' and user.id =='uid-0' else None,
'createUrl' : createUrl if user.id !='uid-0' else None,
'templates' : templates if user.templates else None,