From 1dab20b8a4de15d19dbc2b0d033b8788ff9f76d2 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Fri, 26 Jan 2018 15:54:24 +0000 Subject: [PATCH] fixup! Add a view and form for the fund chooser page --- opentech/apply/funds/admin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opentech/apply/funds/admin.py b/opentech/apply/funds/admin.py index ab3674483..13cedfacc 100644 --- a/opentech/apply/funds/admin.py +++ b/opentech/apply/funds/admin.py @@ -29,7 +29,6 @@ class RoundFundChooserView(ChooseParentView): return FundChooserForm(parents, request.POST or None) - class ButtonsWithPreview(PageButtonHelper): def preview_button(self, obj, classnames_add, classnames_exclude): classnames = self.copy_button_classnames + classnames_add -- GitLab