comparison 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
comparison
equal deleted inserted replaced
56:01e9c646999f 57:bfa8009f0769
131 ASSO_FINANCE_TARGET = 60000 131 ASSO_FINANCE_TARGET = 60000
132 132
133 # Subscription amounts as defined in the Rules of Procedure 133 # Subscription amounts as defined in the Rules of Procedure
134 ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100) 134 ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100)
135 135
136 # Bank information
137 ASSO_IBAN = u"FR76 1027 8060 4300 0207 3220 109"
138 ASSO_BIC = u"CMCIFR2A"
139
136 # URL to the Statutes and Rules of the association 140 # URL to the Statutes and Rules of the association
137 ASSO_URL_STATUTES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf' 141 ASSO_URL_STATUTES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf'
138 ASSO_URL_RULES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf' 142 ASSO_URL_RULES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf'