Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoStorm96 committed May 30, 2024
1 parent 16f3978 commit d856c3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions interventions/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
BootstrapRadioSelect,
)


class InterventionForm(SoftValidationMixin, ConditionalModelForm):
class Meta:
model = Intervention
Expand Down
2 changes: 2 additions & 0 deletions observations/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
BootstrapRadioSelect,
BootstrapCheckboxSelectMultiple,
)


class ObservationForm(SoftValidationMixin, ConditionalModelForm):
class Meta:
model = Observation
Expand Down
1 change: 1 addition & 0 deletions studies/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
BootstrapCheckboxSelectMultiple,
)


class StudyForm(SoftValidationMixin, ConditionalModelForm):
class Meta:
model = Study
Expand Down

0 comments on commit d856c3a

Please sign in to comment.