Mercurial > sat_legacy_website
comparison templates/sat_website/base.html @ 116:e138879873f1
changes to link the crowdfunding campaign (revert to be done manually after 45 days)
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 20 Oct 2015 11:15:45 +0200 |
parents | f3b907d0e5ab |
children | 80a0f195231a |
comparison
equal
deleted
inserted
replaced
115:bd30a18690e7 | 116:e138879873f1 |
---|---|
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 != "membership" and category != "membership_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"> |
42 | |
43 {% comment %} | |
44 <div class="row"> | |
42 <div class="col-md-10"> | 45 <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." %} | 46 {% 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" %} | 47 {% include "sat_website/finance.html" %} |
45 </div> | 48 </div> |
46 <div class="col-md-2"> | 49 <div class="col-md-2"> |
47 <a class="btn btn-default" href="membership.html" role="button">{% trans "Membership" %}</a> | 50 <a class="btn btn-default" href="membership.html" role="button">{% trans "Membership" %}</a> |
48 </div> | 51 </div> |
49 </div></div> | 52 </div> |
53 | |
54 # FIXME: dirty implementation just for the duration of the campaign! | |
55 {% endcomment %} | |
56 <div class="text-center"> | |
57 {{ campaign_countdown }} | |
58 {% if campaign_countdown > 1 %}{% trans " days" %}{% else %}{% trans "day" %}{% endif %} | |
59 {% trans "left to support our" %} | |
60 <a class="btn btn-default" style="float:none" href="http://www.arizuka.com/{{LANGUAGE_CODE}}/projects/libervia/" target="#" role="button">{% trans "crowdfunding campaign" %}</a> | |
61 {% trans "for an Android interface!" %} | |
62 </div> | |
63 | |
64 </div> | |
50 </div> | 65 </div> |
51 {% else %} | 66 {% else %} |
52 <div class="banner"></div> | 67 <div class="banner"></div> |
53 {% endif %} | 68 {% endif %} |
54 <nav class="navbar navbar-inverse navbar-fixed-top"> | 69 <nav class="navbar navbar-inverse navbar-fixed-top"> |