diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-09 10:45:10 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-09 10:45:10 +0100 |
commit | 8a1f07b11e8e18243c058149ac58ece7766b7ef3 (patch) | |
tree | c09aebb47cdb8e6e8aed1749d40b70237122c5e3 | |
parent | 1be1b136aa652a68c99245a805c24d4478749984 (diff) |
Fix CSS positioning bug
-rwxr-xr-x | views/newevent.handlebars | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/newevent.handlebars b/views/newevent.handlebars index 349c355..a3b35b3 100755 --- a/views/newevent.handlebars +++ b/views/newevent.handlebars @@ -1,3 +1,4 @@ +<article> <div class="container mb-4"> <div class="row"> <div class="col-sm-4 p-2"> @@ -51,5 +52,7 @@ </form> </div> +</article> + <script src="/js/generate-timezones.js"></script> <script src="/js/modules/new.js"></script>
\ No newline at end of file |