Skip to content

Commit

Permalink
move custom collection to libs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jun 19, 2024
1 parent 1e223a2 commit 37d7e32
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genlab_bestilling/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from formset.utils import FormMixin
from formset.widgets import DateInput, DualSortableSelector, Selectize

from .formset_utils import ContextFormCollection
from .libs.formset import ContextFormCollection
from .models import (
AnalysisOrder,
EquimentOrderQuantity,
Expand Down
Empty file.
File renamed without changes.

0 comments on commit 37d7e32

Please sign in to comment.