Fix broken indentation

- Legacy-Id: 6777
This commit is contained in:
Ole Laursen 2013-12-02 18:12:16 +00:00
parent cadedce023
commit 6c56f41041

View file

@ -51,7 +51,7 @@ def expires_soon(request, days="14"):
def full_draft(request, enabled="off"):
if enabled != "on" and enabled != "off":
enabled = "off"
enabled = "off"
response = settings(request, -1, -1, enabled)
response.set_cookie("full_draft", enabled, 315360000)
return response