diff --git a/opentech/apply/funds/blocks.py b/opentech/apply/funds/blocks.py
index d0d8b78ad82f09e0e210d60156a4a9ae42dd6364..fbb553df57fc8a97599d3ac88572017a9311e633 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