From 626ec748461f6d37b46e54a13fff651ca136008c Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Fri, 23 Aug 2019 09:44:58 +0200
Subject: [PATCH] Fix typo.

---
 biscuit/apps/alsijil/forms.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biscuit/apps/alsijil/forms.py b/biscuit/apps/alsijil/forms.py
index 51cdfe3d7..bdfa7e7e4 100644
--- a/biscuit/apps/alsijil/forms.py
+++ b/biscuit/apps/alsijil/forms.py
@@ -16,7 +16,7 @@ class PersonalNoteForm(forms.ModelForm):
         fields = ['person', 'absent', 'late', 'excused', 'remarks']
 
     def __init__(self, *args, **kwargs):
-        super().__init__(*awrgs, **kwargs)
+        super().__init__(*args, **kwargs)
         self.fields['person'].widget.attrs['readonly'] = True
 
     def clean_person(self):
-- 
GitLab