Skip to content
Snippets Groups Projects
Unverified Commit 626ec748 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix typo.

parent 7caf0987
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
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