diff --git a/src/genlab_bestilling/forms.py b/src/genlab_bestilling/forms.py index d6a34d9..5e95bac 100644 --- a/src/genlab_bestilling/forms.py +++ b/src/genlab_bestilling/forms.py @@ -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, diff --git a/src/genlab_bestilling/libs/__init__.py b/src/genlab_bestilling/libs/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/genlab_bestilling/formset_utils.py b/src/genlab_bestilling/libs/formset.py similarity index 100% rename from src/genlab_bestilling/formset_utils.py rename to src/genlab_bestilling/libs/formset.py