minor fixes in paypal
authorJan Szejko <janek37@gmail.com>
Wed, 26 Sep 2018 08:57:13 +0000 (10:57 +0200)
committerJan Szejko <janek37@gmail.com>
Wed, 26 Sep 2018 08:57:13 +0000 (10:57 +0200)
src/paypal/forms.py
src/paypal/templates/paypal/error.html
src/paypal/templates/paypal/form.html

index 84098d8..4cc7660 100644 (file)
@@ -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'))
index 557284b..6214e90 100644 (file)
@@ -1,3 +1,4 @@
+{% load i18n %}
 <h1>{% trans "PayPal Error" %}: {{ error.message }}</h1>
 {% for detail in error.details %}
   <p>{{ detail.field }}: {{ detail.issue }}</p>
index 7bd8546..9f4c76b 100644 (file)
@@ -8,7 +8,7 @@
 {% block body %}
   <div class="mobile-margins">
   <h1>{% trans "Wolne Lektury Friend Club" %}</h1>
-  <p>Poniżej możesz ustawić comiesięczną płatność <strong>(co najmniej 10 zł)</strong>, aby dołączyć do Przyjaciół Wolnych Lektur.</p>
+  <p>Poniżej możesz ustawić comiesięczną płatność <strong>(co najmniej 5 zł)</strong>, aby dołączyć do Przyjaciół Wolnych Lektur.</p>
   {# https://www.facebook.com/sharer/sharer.php?u=https%3A//wolnelektury.pl{% url 'paypal_form' %} #}
   {% if user.is_authenticated %}
     <form method="post">