diff templates/sat_website/base.html @ 77:13ebb548f234

use membership instead of adhesion in English (also rename the files)
author souliane <souliane@mailoo.org>
date Tue, 09 Jun 2015 14:55:09 +0200
parents ac83544a7645
children 7665d00e5295
line wrap: on
line diff
--- a/templates/sat_website/base.html	Fri Jun 05 20:59:07 2015 +0200
+++ b/templates/sat_website/base.html	Tue Jun 09 14:55:09 2015 +0200
@@ -36,7 +36,7 @@
     <title>{% block title %}{% trans "Salut à Toi: the multi frontend, multipurpose communication tool" %}{% endblock %}</title>
 </head>
 <body role="document">
-    {% if category != "adhesion" and category != "adhesion_form" and category != "thank_you" %}
+    {% if category != "membership" and category != "membership_form" and category != "thank_you" %}
 	    <div class="alert alert-info banner">
 	        <div class="container"><div class="row">
 	            <div class="col-md-10">
@@ -44,7 +44,7 @@
 			        {% include "sat_website/finance.html" %}
 	            </div>
 	            <div class="col-md-2">
-	                <a class="btn btn-default" href="adhesion.html" role="button">{% trans "Adhesion" %}</a>
+	                <a class="btn btn-default" href="membership.html" role="button">{% trans "Membership" %}</a>
 	            </div>
 	        </div></div>
 	    </div>