Skip to content

Commit f08ef58

Browse files
author
Frederic Sadrieh
committed
Reformat
1 parent 9ebfb6c commit f08ef58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

evap/staff/views.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,9 @@ def create_exam_evaluation(request):
10671067

10681068
evaluation_end_date = exam_date - timedelta(days=1)
10691069
if evaluation.vote_start_datetime > evaluation_end_date:
1070-
messages.error(request, _("The exam date is before the start date of the main evaluation. No exam evaluation created."))
1070+
messages.error(
1071+
request, _("The exam date is before the start date of the main evaluation. No exam evaluation created.")
1072+
)
10711073
return HttpResponse()
10721074

10731075
evaluation.weight = 9

0 commit comments

Comments
 (0)