diff templates/sat_website/base.html @ 133:1bdb78a21647

adapt the website after the campaign on Arizuka finished
author souliane <souliane@mailoo.org>
date Sun, 06 Dec 2015 16:11:06 +0100
parents 699b9b130368
children c56b6ad62153
line wrap: on
line diff
--- a/templates/sat_website/base.html	Sun Dec 06 16:11:32 2015 +0100
+++ b/templates/sat_website/base.html	Sun Dec 06 16:11:06 2015 +0100
@@ -36,12 +36,11 @@
     <title>{% block title %}{% trans "Salut à Toi: the multi frontend, multipurpose communication tool" %}{% endblock %}</title>
 </head>
 <body role="document">
-	{% comment %}FIXME: remove "" and "overview" from the following test when the campaign is over{% endcomment %}
-    {% if category != "" and category != "overview" and category != "membership" and category != "membership_form" and category != "thank_you" %}
+    {% comment %}
+    {% if category != "membership" and category != "membership_form" and category != "thank_you" %}
 	    <div class="alert alert-info banner">
 	        <div class="container">
 
-				{% comment %}
 				<div class="row">
 	            <div class="col-md-10">
 			        {% 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." %}
@@ -51,22 +50,10 @@
 	                <a class="btn btn-default" href="membership.html" role="button">{% trans "Membership" %}</a>
 	            </div>
 				</div>
-	            
-				# FIXME: dirty implementation just for the duration of the campaign!
-	            {% endcomment %}
-	            <div class="text-center">
-	            	{{ campaign_countdown }}
-	            	{% if campaign_countdown > 1 %}{% trans " days" %}{% else %}{% trans "day" %}{% endif %}
-	            	{% trans "left to support our" %}
-	            	<a class="btn btn-default" style="float:none" href="http://www.arizuka.com/{% trans "en" %}/projects/libervia/" target="#" role="button">{% trans "crowdfunding campaign" %}</a>
-					{% trans "for an Android interface!" %}
-				</div>
-
-	        </div>
+            </div>
 	    </div>
-	{% else %}
-	    <div class="banner"></div>
     {% endif %}
+    {% endcomment %}
     <nav class="navbar navbar-inverse navbar-fixed-top">
         <div class="container">
             <div class="navbar-header" id="navbar-header">