diff --git a/home/templates/home/event_page.html b/home/templates/home/event_page.html index abea851..07ec2c4 100644 --- a/home/templates/home/event_page.html +++ b/home/templates/home/event_page.html @@ -43,6 +43,10 @@

{% 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." %}