From 9a52eeab406f9eb0ac410242cabd4e4ef8e8b167 Mon Sep 17 00:00:00 2001 From: James Herbert Date: Wed, 28 Jun 2023 20:58:41 +0100 Subject: [PATCH] Clarify check-in banner --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index fb039286..919987cf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,7 +11,7 @@

Welcome back {{ user.get_full_name }}, there {%if rig {% if now %}
{% for event in now %} - Event {{ event }} is happening now! Check In
+ Event {{ event }} is happening today! Check In
{% endfor %}
{% endif %}