Skip to content
Snippets Groups Projects
Commit d9cbc4b6 authored by Julian's avatar Julian
Browse files

Minify notefilter form

parent 35aeb91f
No related branches found
No related tags found
1 merge request!48Review use of Materialize
......@@ -103,6 +103,8 @@ class RegisterAbsenceForm(forms.Form):
class PersonalNoteFilterForm(forms.ModelForm):
layout = Layout(Row("identifier", "description"), Row("regex"))
class Meta:
model = PersonalNoteFilter
fields = ["identifier", "description", "regex"]
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