X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/468c2e650c854ffa691afc73aa1f41ce61283cdb..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/paypal/forms.py diff --git a/src/paypal/forms.py b/src/paypal/forms.py deleted file mode 100644 index 849810d1a..000000000 --- a/src/paypal/forms.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- 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. -# -from django import forms -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'))