diff --git a/cotisations/forms.py b/cotisations/forms.py index 3f99382b..39c194ec 100644 --- a/cotisations/forms.py +++ b/cotisations/forms.py @@ -284,8 +284,7 @@ class RechargeForm(FormRevMixin, Form): """ value = forms.DecimalField( label=_("Amount"), - min_value=0.01, - validators=[] + decimal_places=2, ) payment = forms.ModelChoiceField( queryset=Paiement.objects.none(),