diff README @ 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 746e53efc188
line wrap: on
line diff
--- a/README	Tue Jan 27 18:23:39 2015 +0100
+++ b/README	Tue Feb 03 15:14:42 2015 +0100
@@ -61,6 +61,10 @@
     # 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'
+
 
 Note that the Django application "markdown_deux" ( https://github.com/trentm/django-markdown-deux ) is required.
 For more information, check the local_settings.py file which is distributed in the sat_website directory.