Skip to content

Commit

Permalink
Fix comment in PermissionStatusMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Mar 14, 2017
1 parent 2e554a1 commit f65ecfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poradnia/stats/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PermissionStatusMixin(object):
status_has_permission (int): Status code for user with permission
status_no_permission (403): Status code for user without permission
url (str): url to test
NOTE: based on https://github.com/watchdogpolska/feder/blob/master/feder/main/mixins.py#L113
NOTE: based on https://github.com/watchdogpolska/feder/blob/a80d6ea76e6ac33663f423a6cf27a576637b55f4/feder/main/mixins.py#L113
"""
url = None
permissions = None
Expand Down

0 comments on commit f65ecfc

Please sign in to comment.