pedagogy: models for UVComment and UVResult

This commit is contained in:
2019-06-16 15:37:25 +02:00
parent 598cdc0284
commit b7c2da53fe
3 changed files with 214 additions and 5 deletions

View File

@ -431,6 +431,17 @@ SITH_PEDAGOGY_UV_LANGUAGE = [
("SP", _("Spanich")),
]
SITH_PEDAGOGY_UV_RESULT_GRADE = [
("A", _("A")),
("B", _("B")),
("C", _("C")),
("D", _("D")),
("E", _("E")),
("FX", _("FX")),
("F", _("F")),
("ABS", _("Abs")),
]
SITH_ECOCUP_CONS = 1152
SITH_ECOCUP_DECO = 1151