code style
This commit is contained in:
parent
12810d8e34
commit
b273123708
5 changed files with 15 additions and 9 deletions
|
@ -126,7 +126,7 @@ class CreateStatus(View):
|
|||
|
||||
# force page reload if this was triggered from 'move' button
|
||||
if bool(request.POST.get("shelf")):
|
||||
return HttpResponse(headers={"forceReload" : "true"})
|
||||
return HttpResponse(headers={"forceReload": "true"})
|
||||
|
||||
if is_api_request(request):
|
||||
return HttpResponse()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue