From cd0f291eb1a608589fcc2c1875fa7099ed8e2c51 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Sun, 25 Feb 2024 17:56:25 +0000 Subject: feat: optionally restrict event creation to specific emails --- views/partials/eventForm.handlebars | 5 +++-- views/partials/eventGroupForm.handlebars | 5 +++-- views/partials/importeventform.handlebars | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) (limited to 'views/partials') diff --git a/views/partials/eventForm.handlebars b/views/partials/eventForm.handlebars index c44a2ef..c2eebc3 100755 --- a/views/partials/eventForm.handlebars +++ b/views/partials/eventForm.handlebars @@ -1,3 +1,4 @@ +
@@ -65,7 +66,7 @@
- + If you provide your email, we will send your secret editing password here, and use it to notify you of updates to the event.
@@ -159,7 +160,7 @@

Please fix these errors:

diff --git a/views/partials/eventGroupForm.handlebars b/views/partials/eventGroupForm.handlebars index e020f4a..258c321 100644 --- a/views/partials/eventGroupForm.handlebars +++ b/views/partials/eventGroupForm.handlebars @@ -1,3 +1,4 @@ +
@@ -18,7 +19,7 @@
- + If you provide your email, we will send your secret editing password here, and use it to notify you of updates to the event.
@@ -40,7 +41,7 @@

Please fix these errors:

diff --git a/views/partials/importeventform.handlebars b/views/partials/importeventform.handlebars index d62b599..ac3c673 100644 --- a/views/partials/importeventform.handlebars +++ b/views/partials/importeventform.handlebars @@ -6,6 +6,7 @@ Image showing the location of the export option on Facebook
+
@@ -17,7 +18,7 @@
- + If you provide your email, we will send your secret editing password here, and use it to notify you of updates to the event.
@@ -31,7 +32,7 @@

Please fix these errors:

-- cgit v1.2.3