comparison 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
comparison
equal deleted inserted replaced
76:d2ea666fb1dd 77:13ebb548f234
34 <link rel="stylesheet" href="{% static "css/sat_website.css" %}"> 34 <link rel="stylesheet" href="{% static "css/sat_website.css" %}">
35 <link rel="icon" type="image/png" href="{% static "images/sat_logo_32.png" %}"> 35 <link rel="icon" type="image/png" href="{% static "images/sat_logo_32.png" %}">
36 <title>{% block title %}{% trans "Salut à Toi: the multi frontend, multipurpose communication tool" %}{% endblock %}</title> 36 <title>{% block title %}{% trans "Salut à Toi: the multi frontend, multipurpose communication tool" %}{% endblock %}</title>
37 </head> 37 </head>
38 <body role="document"> 38 <body role="document">
39 {% if category != "adhesion" and category != "adhesion_form" and category != "thank_you" %} 39 {% if category != "membership" and category != "membership_form" and category != "thank_you" %}
40 <div class="alert alert-info banner"> 40 <div class="alert alert-info banner">
41 <div class="container"><div class="row"> 41 <div class="container"><div class="row">
42 <div class="col-md-10"> 42 <div class="col-md-10">
43 {% trans "We need your support to continue and move forward! Take the time to read about what we do. If you like it, please join the association." %} 43 {% trans "We need your support to continue and move forward! Take the time to read about what we do. If you like it, please join the association." %}
44 {% include "sat_website/finance.html" %} 44 {% include "sat_website/finance.html" %}
45 </div> 45 </div>
46 <div class="col-md-2"> 46 <div class="col-md-2">
47 <a class="btn btn-default" href="adhesion.html" role="button">{% trans "Adhesion" %}</a> 47 <a class="btn btn-default" href="membership.html" role="button">{% trans "Membership" %}</a>
48 </div> 48 </div>
49 </div></div> 49 </div></div>
50 </div> 50 </div>
51 {% else %} 51 {% else %}
52 <div class="banner"></div> 52 <div class="banner"></div>