From afabc93d5537b10b3833e9496348eb1a77985a16 Mon Sep 17 00:00:00 2001 From: Jan Smitka Date: Mon, 18 Sep 2023 10:56:44 +0200 Subject: [PATCH] Hide tickets button from homepage and menu --- templates/_menu_base.html | 3 ++- templates/pages/homepage.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/_menu_base.html b/templates/_menu_base.html index eac50f5..9750afb 100644 --- a/templates/_menu_base.html +++ b/templates/_menu_base.html @@ -28,9 +28,10 @@ {% endblock %} {% block link_tickets %} - {% comment %}{% include '__nav_link.html' with url='tickets' link_text='Tickets' highlighted='1' %}{% endcomment %} + {% comment %} {% include '__nav_link.html' with url='tickets' link_text='Tickets' %} {% if phases.ticket_sale == 'launched' %}{% endif %} + {% endcomment %} {% endblock %} {% block sessions %} diff --git a/templates/pages/homepage.html b/templates/pages/homepage.html index 9032964..262dacb 100644 --- a/templates/pages/homepage.html +++ b/templates/pages/homepage.html @@ -5,11 +5,11 @@ {% block header_action %} - {% comment %}

We have postponed late bird pricing for a week!

{% endcomment %} + {% comment %}

We have postponed late bird pricing for a week!

- {% comment %}Buy tickets before 4 September!{% endcomment %} Tickets still available + {% endcomment %} {% endblock %}