X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b439ad7f35e01bc02e281044fd8a58c24d92900d..a7f1c123425b68bd1cd9ccd74fd8b048d9b525b1:/src/paypal/forms.py

diff --git a/src/paypal/forms.py b/src/paypal/forms.py
index 84098d8c7..f35219aa8 100644
--- a/src/paypal/forms.py
+++ b/src/paypal/forms.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
 #
@@ -7,4 +6,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'))