Skip to content

Commit 4a1cf6d

Browse files
authored
Fix subhead saying tickets aren't on sale.
1 parent b8027a1 commit 4a1cf6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/about/tickets.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@
1919
class="hidden w-full max-w-80 md:block" />
2020
<div class="flex-1 max-w-screen-lg">
2121
<h1 class="mb-8 pageheading">{{ title }}</h1>
22+
<p class="subheading">DjangoCon US 2024 tickets are available at early bird prices through May 31!</p>
23+
{% comment %}
2224
<p class="subheading">
2325
DjangoCon US 2024 tickets are no longer on sale, but if you want to see what they cost, or need to consult the refund policy, keep reading!
2426
</p>
27+
{% endcomment %}
2528
</div>
2629
</header>
2730
</div>

0 commit comments

Comments
 (0)