X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b439ad7f35e01bc02e281044fd8a58c24d92900d..124d23a42f7e6153c8b4de59dd337bdd98a9d893:/src/paypal/forms.py?ds=sidebyside

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'))