From 577fe2e2c32284570df2c29718db203bcccd7c23 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Wed, 26 Sep 2018 15:03:33 +0100 Subject: [PATCH] Make the value single include --- opentech/apply/funds/blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/funds/blocks.py b/opentech/apply/funds/blocks.py index d0d8b78ad..fbb553df5 100644 --- a/opentech/apply/funds/blocks.py +++ b/opentech/apply/funds/blocks.py @@ -30,7 +30,7 @@ class TitleBlock(ApplicationMustIncludeFieldBlock): icon = 'tag' -class ValueBlock(ApplicationMustIncludeFieldBlock): +class ValueBlock(ApplicationSingleIncludeFieldBlock): name = 'value' description = 'The value of the project' widget = forms.NumberInput -- GitLab