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

Move checkboxes

parent 8a5c509e
No related branches found
No related tags found
1 merge request!48Review use of Materialize
......@@ -82,7 +82,8 @@ PersonalNoteFormSet = forms.modelformset_factory(
class RegisterAbsenceForm(forms.Form):
layout = Layout(Row("date_start", "date_end"),
Row("from_period", "absent", "excused"),
Row("from_period"),
Row("absent", "excused"),
Row("person"),
Row("remarks")
)
......
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