From 73c5cffabbb8b36d877811c4d1b56abf6939bda5 Mon Sep 17 00:00:00 2001 From: quietreading Date: Mon, 7 Jul 2025 17:00:11 -0400 Subject: edits --- views/partials/eventList.handlebars | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'views/partials/eventList.handlebars') diff --git a/views/partials/eventList.handlebars b/views/partials/eventList.handlebars index b694fa3..e8226fb 100644 --- a/views/partials/eventList.handlebars +++ b/views/partials/eventList.handlebars @@ -5,11 +5,10 @@
{{this.title}}
{{#each this.events}} - - + + {{this.displayDate}} {{this.name}} - {{#if this.location}} {{this.location}}{{/if}} - {{this.displayDate}} + {{#if this.location}}
{{this.location}}{{/if}} {{#if this.eventGroup}} {{this.eventGroup.name}} {{/if}} -- cgit v1.2.3