X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b439ad7f35e01bc02e281044fd8a58c24d92900d..eaf0711613bea8181528d8911b30ef7976b7bb42:/src/paypal/forms.py diff --git a/src/paypal/forms.py b/src/paypal/forms.py index 84098d8c7..4cc76608c 100644 --- a/src/paypal/forms.py +++ b/src/paypal/forms.py @@ -7,4 +7,4 @@ from django.utils.translation import ugettext_lazy as _ class PaypalSubscriptionForm(forms.Form): - amount = forms.IntegerField(min_value=10, max_value=30000, initial=20, label=_('amount in PLN')) + amount = forms.IntegerField(min_value=5, max_value=30000, initial=20, label=_('amount in PLN'))