From bbebc032847916a1d8b7107a7122ff176c9db3ab Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Fri, 22 Feb 2019 13:02:45 +0000
Subject: [PATCH] Add in the missing model reference

---
 opentech/apply/funds/tables.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/opentech/apply/funds/tables.py b/opentech/apply/funds/tables.py
index 86cebfc35..39457c666 100644
--- a/opentech/apply/funds/tables.py
+++ b/opentech/apply/funds/tables.py
@@ -18,6 +18,8 @@ from opentech.apply.funds.models import ApplicationSubmission, Round, ScreeningS
 from opentech.apply.funds.workflow import STATUSES
 from opentech.apply.users.groups import STAFF_GROUP_NAME
 from opentech.apply.utils.image import generate_image_url
+from opentech.images.models import CustomImage
+
 from .widgets import Select2MultiCheckboxesWidget
 
 
-- 
GitLab