diff 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
line wrap: on
line diff
--- a/sat_website/local_settings.py	Tue Jan 27 18:23:39 2015 +0100
+++ b/sat_website/local_settings.py	Tue Feb 03 15:14:42 2015 +0100
@@ -122,3 +122,7 @@
 
 # Subscription amounts as defined in the Rules of Procedure
 ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100)
+
+# 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'