comparison sat_website/local_settings.py @ 40:dfe7139dae0a

add links to the statutes and rules of the association in the adhesion form
author souliane <souliane@mailoo.org>
date Tue, 03 Feb 2015 15:14:42 +0100
parents d2c45f4ba57e
children 1a0f24401866
comparison
equal deleted inserted replaced
39:d2c45f4ba57e 40:dfe7139dae0a
120 ASSO_FINANCE_ACTUAL = 40000 120 ASSO_FINANCE_ACTUAL = 40000
121 ASSO_FINANCE_TARGET = 60000 121 ASSO_FINANCE_TARGET = 60000
122 122
123 # Subscription amounts as defined in the Rules of Procedure 123 # Subscription amounts as defined in the Rules of Procedure
124 ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100) 124 ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100)
125
126 # URL to the Statutes and Rules of the association
127 ASSO_URL_STATUTES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf'
128 ASSO_URL_RULES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf'