Formatting

This commit is contained in:
Scot Hacker 2019-04-12 00:09:01 -07:00
parent 4a385bde6b
commit befc7ad2cd
28 changed files with 253 additions and 311 deletions

View file

@ -20,7 +20,7 @@ def staff_check(user):
https://github.com/shacker/django-todo/issues/50
"""
if defaults('TODO_STAFF_ONLY'):
if defaults("TODO_STAFF_ONLY"):
return user.is_staff
else:
# If unset or False, allow all logged in users