Small fix (le gaulois)

This commit is contained in:
Skia
2016-03-24 11:55:39 +01:00
parent c3fb581f97
commit 7d7652e319
4 changed files with 15 additions and 3 deletions

View File

@ -243,3 +243,7 @@ CLUB_ROLES = {
1: 'Membre actif',
0: 'Curieux',
}
# This corresponds to the maximum role a user can freely subscribe to
# In this case, MAXIMUM_FREE_ROLE=1 means that a user can set himself as "Membre actif" or "Curieux", but not higher
MAXIMUM_FREE_ROLE=1