Skip to content
Snippets Groups Projects
Verified Commit 3a637a0b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix typo.

parent 15071c7d
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,7 @@ def manage_absence(request: HttpRequest) -> HttpResponse: ...@@ -221,7 +221,7 @@ def manage_absence(request: HttpRequest) -> HttpResponse:
starting_lesson = manage_absence_form.cleaned_data['starting_lesson'] starting_lesson = manage_absence_form.cleaned_data['starting_lesson']
absent = manage_absence_form.cleaned_data['absent'] absent = manage_absence_form.cleaned_data['absent']
excused = manage_absence_form.cleaned_data['excused'] excused = manage_absence_form.cleaned_data['excused']
remarks = manage_absence_form.cleaned_data=['remarks'] remarks = manage_absence_form.cleaned_data['remarks']
# Mark person as absent # Mark person as absent
delta = end_date - start_date delta = end_date - start_date
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment