mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Implement barman prices and improve counter views
This commit is contained in:
@ -269,6 +269,9 @@ class AnonymousUser(AuthAnonymousUser):
|
||||
return True
|
||||
return False
|
||||
|
||||
def get_display_name(self):
|
||||
return _("Visitor")
|
||||
|
||||
class LockError(Exception):
|
||||
"""There was a lock error on the object"""
|
||||
pass
|
||||
|
Reference in New Issue
Block a user