Skip to content

Commit

Permalink
Merge pull request #793 from hyanwong/fix-setprices
Browse files Browse the repository at this point in the history
Remove redundant check
  • Loading branch information
hyanwong authored Apr 15, 2024
2 parents 55d12da + 487094e commit fb6a70a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
@auth.requires_membership(role='manager')
def index():
'''this is a page to give quick links to all the management routines'''
request.is_local or request.requires_https() #require https unless local
return dict()

@auth.requires(lambda: auth.has_membership('manager') or auth.has_membership('translator'))
Expand Down

0 comments on commit fb6a70a

Please sign in to comment.