Add frozen subtasks
This commit is contained in:
parent
bdd30f94b7
commit
6bd5bb290f
13 changed files with 117 additions and 34 deletions
|
@ -630,4 +630,4 @@ def toggle_darkmode(request):
|
|||
if not path:
|
||||
return HttpResponseBadRequest()
|
||||
request.session["darkmode"] = not request.session.get("darkmode", False)
|
||||
return HttpResponseRedirect(path)
|
||||
return HttpResponseRedirect(path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue