Implement barman prices and improve counter views

This commit is contained in:
Skia
2016-06-01 01:33:20 +02:00
parent 6c48b7c718
commit ffe2aec980
5 changed files with 44 additions and 21 deletions

View File

@ -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