Mercurial > sat_legacy_website
comparison templates/sat_website/base.html @ 120:80a0f195231a
show the campaign big banner on the "overview" page
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 06 Nov 2015 09:07:12 +0100 |
parents | e138879873f1 |
children | 699b9b130368 |
comparison
equal
deleted
inserted
replaced
119:b9db98c5a007 | 120:80a0f195231a |
---|---|
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 != "membership" and category != "membership_form" and category != "thank_you" %} | 39 {% comment %}FIXME: remove "" and "overview" from the following test when the campaign is over{% endcomment %} |
40 {% if category != "" and category != "overview" and category != "membership" and category != "membership_form" and category != "thank_you" %} | |
40 <div class="alert alert-info banner"> | 41 <div class="alert alert-info banner"> |
41 <div class="container"> | 42 <div class="container"> |
42 | 43 |
43 {% comment %} | 44 {% comment %} |
44 <div class="row"> | 45 <div class="row"> |