diff options
author | Raphael <raphaelkabo@gmail.com> | 2020-04-23 13:09:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-23 13:09:06 +0100 |
commit | 73de37726f09b82b824ac236b1f98588bf3c37fd (patch) | |
tree | e38fe2449ecc61d3f8f67d32a6ae883fdc2d4fb8 /views | |
parent | 472f93b4afef1b441e9d8f64e1ed5e3a231c88d4 (diff) | |
parent | 9ba7b18be6f16d7b1148b2f4e9aad15ef761d70f (diff) |
Merge pull request #44 from TheRockyDoo/patch-1
Anchor upcoming events
Diffstat (limited to 'views')
-rwxr-xr-x | views/eventgroup.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/eventgroup.handlebars b/views/eventgroup.handlebars index 9cbc504..03a5b27 100755 --- a/views/eventgroup.handlebars +++ b/views/eventgroup.handlebars @@ -85,7 +85,7 @@ {{{parsedDescription}}} </div> </div> -<div class="card mt-4 mb-4"> +<div class="card mt-4 mb-4" id="upcomingEvents"> <h5 class="card-header">Upcoming events</h5> <div class="list-group list-group-flush"> {{#if upcomingEventsExist}} |