Mercurial > sat_legacy_website
comparison 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 |
comparison
equal
deleted
inserted
replaced
39:d2c45f4ba57e | 40:dfe7139dae0a |
---|---|
60 <a class="btn btn-primary btn-lg" href="adhesion_form" role="button">{% trans "Join for free or proceed with a transfer" %}</a> | 60 <a class="btn btn-primary btn-lg" href="adhesion_form" role="button">{% trans "Join for free or proceed with a transfer" %}</a> |
61 </p> | 61 </p> |
62 </div> | 62 </div> |
63 <h5 class="alert alert-success">{% trans "Official documents" %}</h5> | 63 <h5 class="alert alert-success">{% trans "Official documents" %}</h5> |
64 <div class="info"> | 64 <div class="info"> |
65 <p><a target="#" href="http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf">{% trans "Statuses of the association" %}</a> (fr)</p> | 65 <p><a target="#" href="{{ asso_url_statutes }}">{% trans "Statutes of the association" %}</a> (fr)</p> |
66 <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> | 66 <p><a target="#" href="{{ asso_url_rules }}">{% trans "Rules of the association" %}</a> (fr)</p> |
67 <p><a target="#" href="http://repos.goffi.org/sat_docs/file/tip/association">{% trans "Minutes" %}</a> (fr)</p> | 67 <p><a target="#" href="http://repos.goffi.org/sat_docs/file/tip/association">{% trans "Minutes" %}</a> (fr)</p> |
68 </div> | 68 </div> |
69 </div> | 69 </div> |
70 | 70 |
71 {% endblock %} | 71 {% endblock %} |