diff options
author | Raphael Kabo <mail@raphaelkabo.com> | 2019-09-30 13:29:32 +0100 |
---|---|---|
committer | Raphael Kabo <mail@raphaelkabo.com> | 2019-09-30 13:29:32 +0100 |
commit | eddfe0389047ac1df5a8194d36c3bde1fcc05866 (patch) | |
tree | 353c2cd8b3615905b79964cea5feecf60919d608 /views/partials/importeventform.handlebars | |
parent | 8ff6e9cdf8bc3f92541704c8b0e8de1c58f66ca2 (diff) |
Event group functionality
Diffstat (limited to 'views/partials/importeventform.handlebars')
-rw-r--r-- | views/partials/importeventform.handlebars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/partials/importeventform.handlebars b/views/partials/importeventform.handlebars index 35baf6e..7bf5b17 100644 --- a/views/partials/importeventform.handlebars +++ b/views/partials/importeventform.handlebars @@ -1,3 +1,4 @@ +<h4 class="mb-2">Import an existing event</h4> <p> Upload an .ics file here to instantly create an event. You can save a Facebook event as an .ics file by clicking on the context menu next to the 'Import' and 'Edit' buttons on the event page and choosing the 'Export Event' option. Then select the 'Save to calendar' option and save the file on your computer. </p> |