Skip to content
Snippets Groups Projects
Commit f9836829 authored by Jules PAYEN's avatar Jules PAYEN
Browse files

fix evaluation type error

parent 219abc66
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ MAX_EVALUATION_DURATION = datetime.timedelta(days=365)
NOON = datetime.time(12, 00)
DEFAULT_EVALUATION_TIME = datetime.time(8, 0)
VALID_EVALUATION_TYPES = {0, 1, 2}
VALID_EVALUATION_TYPES = {0, 1, 2, 3, 4}
class Evaluation(db.Model):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment