From b8377bced015f72d9bed4b6603ed30bdf9c6768e Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Wed, 21 Aug 2024 09:39:56 +0200 Subject: [PATCH] show registration deadline on overview page --- _layouts/event.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_layouts/event.html b/_layouts/event.html index d5ccf8b887b943..877c8cc74bc668 100644 --- a/_layouts/event.html +++ b/_layouts/event.html @@ -424,12 +424,16 @@

Promote the Event

{% elsif event.registration.open == false %} Registration opens soon! {% else %} - Register Now + Register Now! + {% if event.registration.deadline %} +

Deadline: {{event.registration.deadline | date: "%-d %B %Y" }}

+ {% endif %} {% endif %} {% endif %} {% endunless %}
+ Event details
{% icon event-date %}{{ event | collapse_date_pretty }}
{% icon event-location %}{% if event.location %}{{ event.location | format_location }}{% else %}Please set a location{% endif %}