diff sat_website/views.py @ 147:d0cd185f9b61

replace apayer with liberapay
author souliane <souliane@mailoo.org>
date Tue, 17 Oct 2017 06:01:01 +0200
parents 2ec5653b190a
children b1c16cd53b62
line wrap: on
line diff
--- a/sat_website/views.py	Tue Oct 17 04:54:35 2017 +0200
+++ b/sat_website/views.py	Tue Oct 17 06:01:01 2017 +0200
@@ -109,7 +109,6 @@
                 category = 'thank_you'
         else:
             form = forms.RegistrationForm(initial={'subscription_amount': 10,
-                                                   'payment_method': 'transfer',
                                                    'mailing': True})
         context['form'] = form
         context.update(utils.get_asso_urls())