From e25b786c1e9356e8170e125411cb25eb9b82eae9 Mon Sep 17 00:00:00 2001 From: cato447 Date: Mon, 19 Jan 2026 18:28:11 +0100 Subject: [PATCH] changed wording regarding waitlist --- app/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/index.html b/app/templates/index.html index c31630e..8705629 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -99,7 +99,7 @@

Spots Remaining: {{ spots_left }} / {{max_spots}}

{% else %}

Register for Waitlist

-

This event is currently full. Join the queue to be notified of openings.

+

This event is currently full. Join the list to be notified of openings.

{%endif %}