diff --git a/home/templates/home/event_page.html b/home/templates/home/event_page.html index 07ec2c4..afa8da2 100644 --- a/home/templates/home/event_page.html +++ b/home/templates/home/event_page.html @@ -20,7 +20,11 @@
- {% if user_signed_up %} + {% if page.is_past %} +
+

{% trans "This event has already ended. Please check our calendar for upcoming events." %}

+
+ {% elif user_signed_up %}

{% trans "You are signed up for this event. We look forward to seeing you there!" %}

@@ -43,10 +47,6 @@

{% trans "This event is fully booked. Please check back later for any cancellations." %}

- {% elif page.start < now %} -
-

{% trans "This event has already ended. Please check our calendar for upcoming events." %}

-
{% else %}

{% trans "You are not signed up for this event. Please sign up to reserve your spot." %}