diff sat_website/local_settings.py @ 57:bfa8009f0769

improve the subscription form
author souliane <souliane@mailoo.org>
date Thu, 14 May 2015 22:46:57 +0200
parents 1a0f24401866
children 746e53efc188
line wrap: on
line diff
--- a/sat_website/local_settings.py	Sun May 10 15:48:04 2015 +0200
+++ b/sat_website/local_settings.py	Thu May 14 22:46:57 2015 +0200
@@ -133,6 +133,10 @@
 # Subscription amounts as defined in the Rules of Procedure
 ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100)
 
+# Bank information
+ASSO_IBAN = u"FR76 1027 8060 4300 0207 3220 109"
+ASSO_BIC = u"CMCIFR2A"
+
 # URL to the Statutes and Rules of the association
 ASSO_URL_STATUTES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf'
 ASSO_URL_RULES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf'