fixed typo in accounts models
This commit is contained in:
parent
42be8d47f6
commit
e58a20d212
@ -11,12 +11,12 @@ from .validators import ASCIIUsernameValidator
|
||||
|
||||
|
||||
# LEVEL_COURSE = "Level course"
|
||||
BACHLOAR_DEGREE = "Bachloar"
|
||||
BACHELOR_DEGREE = "Bachelor"
|
||||
MASTER_DEGREE = "Master"
|
||||
|
||||
LEVEL = (
|
||||
# (LEVEL_COURSE, "Level course"),
|
||||
(BACHLOAR_DEGREE, "Bachloar Degree"),
|
||||
(BACHELOR_DEGREE, "Bachelor Degree"),
|
||||
(MASTER_DEGREE, "Master Degree"),
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user