diff --git a/opentech/apply/funds/tables.py b/opentech/apply/funds/tables.py
index 86cebfc3514e86d73c3e3df8f45c5cdbc5b4e049..39457c66646f70add9cc3f312d1121eece265dda 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