Skip to content

Commit

Permalink
Hide tickets button from homepage and menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmitka committed Sep 18, 2023
1 parent 1b1c1d1 commit afabc93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion templates/_menu_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
4 changes: 2 additions & 2 deletions templates/pages/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@


{% block header_action %}
{% comment %}<p class="fw-semibold fs-4">We have postponed late bird pricing for a week!</p>{% endcomment %}
{% comment %}<p class="fw-semibold fs-4">We have postponed late bird pricing for a week!</p>
<a href="{% url 'tickets' %}" class="btn btn-primary btn-lg">
{% comment %}Buy tickets before 4 September!{% endcomment %}
Tickets still available
</a>
{% endcomment %}
{% endblock %}


Expand Down

0 comments on commit afabc93

Please sign in to comment.