diff --git a/app/views/preferences/index.blade.php b/app/views/preferences/index.blade.php index 6f4b86353b..9dad68c853 100644 --- a/app/views/preferences/index.blade.php +++ b/app/views/preferences/index.blade.php @@ -29,6 +29,18 @@ @endforeach +
+ What's the maximum amount of money a budget envelope may contain? +
+ {{Form::ffAmount('budgetMaximum',$budgetMaximum,['label' => 'Budget maximum'])}} +