# HG changeset patch # User souliane # Date 1446797232 -3600 # Node ID 80a0f195231ab66717613191943d1bf6fcb871df # Parent b9db98c5a00778e0e19afd4a9667bec71a72ca99 show the campaign big banner on the "overview" page diff -r b9db98c5a007 -r 80a0f195231a templates/sat_website/base.html --- a/templates/sat_website/base.html Tue Nov 03 17:04:20 2015 +0100 +++ b/templates/sat_website/base.html Fri Nov 06 09:07:12 2015 +0100 @@ -36,7 +36,8 @@ {% block title %}{% trans "Salut à Toi: the multi frontend, multipurpose communication tool" %}{% endblock %} - {% if category != "membership" and category != "membership_form" and category != "thank_you" %} + {% 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" %}