Added option to show remaining quota to users

This commit is contained in:
Raphael Michel
2016-03-22 18:39:28 +01:00
parent 4110c1c77a
commit 9c44159bb6
12 changed files with 216 additions and 150 deletions

View File

@@ -101,6 +101,10 @@ DEFAULTS = {
'default': 'True',
'type': bool
},
'show_quota_left': {
'default': 'False',
'type': bool
},
'ticket_download': {
'default': 'False',
'type': bool