From 5743656dbd42729223b67edacf9ff8a11542de44 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Fri, 10 Jan 2025 17:52:56 +0100 Subject: [PATCH] Rebase fix. --- hypha/apply/funds/views/all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypha/apply/funds/views/all.py b/hypha/apply/funds/views/all.py index 3f821ed334..799ed36a2b 100644 --- a/hypha/apply/funds/views/all.py +++ b/hypha/apply/funds/views/all.py @@ -24,7 +24,7 @@ ) from hypha.apply.funds.models.screening import ScreeningStatus from hypha.apply.funds.utils import export_submissions_to_csv -from hypha.apply.funds.workflow import ( +from hypha.apply.funds.workflows import ( DETERMINATION_OUTCOMES, PHASES, get_action_mapping, @@ -46,7 +46,7 @@ from ..tables import ( SubmissionFilter, ) -from .utils import check_submissions_same_determination_form +from ..utils import check_submissions_same_determination_form User = get_user_model()