diff templates/sat_website/adhesion.html @ 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 c570778a7620
children 84c2e20d3de1
line wrap: on
line diff
--- a/templates/sat_website/adhesion.html	Tue Jan 27 18:23:39 2015 +0100
+++ b/templates/sat_website/adhesion.html	Tue Feb 03 15:14:42 2015 +0100
@@ -62,8 +62,8 @@
     </div>
     <h5 class="alert alert-success">{% trans "Official documents" %}</h5>
     <div class="info">
-        <p><a target="#" href="http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf">{% trans "Statuses of the association" %}</a> (fr)</p>
-        <p><a target="#" href="http://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf">{% trans "Rules of Procedure" %}</a> (fr)</p>
+        <p><a target="#" href="{{ asso_url_statutes }}">{% trans "Statutes of the association" %}</a> (fr)</p>
+        <p><a target="#" href="{{ asso_url_rules }}">{% trans "Rules of the association" %}</a> (fr)</p>
         <p><a target="#" href="http://repos.goffi.org/sat_docs/file/tip/association">{% trans "Minutes" %}</a> (fr)</p>
     </div>
 </div>