Add text when no events are scheduled

This commit is contained in:
DeathByDenim 2023-05-08 20:58:54 -04:00
parent 646906429f
commit ab18a64d47
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ nav_pill: schedule
<h2>Upcoming</h2>
{% for event in upcoming %}
{% include event.html %}
{% else %}
<p>No upcoming events scheduled</p>
{% endfor %}
<h2>Past</h2>
{% for event in past %}