From a390b02416777b045f03a286bfbb02ac369571e6 Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Fri, 24 Jan 2020 16:16:27 -0800 Subject: Converting all tabs to two-spaces --- views/newevent.handlebars | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'views/newevent.handlebars') diff --git a/views/newevent.handlebars b/views/newevent.handlebars index 81d39c5..dccfbcc 100755 --- a/views/newevent.handlebars +++ b/views/newevent.handlebars @@ -1,9 +1,9 @@ {{#if isPublic}}

New public event


- + {{else if isPrivate}}

New private event


@@ -14,22 +14,22 @@

An organisation event is linked to an existing organisation. It can be made public, in which case it is visible to anyone who has the link, or private, in which case it is only visible to those who know the event password.


{{else if isUnknownType}} -

New event

-
- +

New event

+
+ {{else}}

New event


+ Event creation error: unknown event type. Please select an event type from the sidebar. + {{/if}} {{#each errors}} - + {{/each}}
@@ -48,11 +48,11 @@
{{#if isPublic}} - {{>neweventform}} + {{>neweventform}} {{else if isPrivate}} - {{>neweventform}} + {{>neweventform}} {{else if isOrganisation}} - {{>neweventform}} + {{>neweventform}} {{else}} {{/if}}
@@ -65,12 +65,12 @@ {{>neweventgroupform}}
- + -- cgit v1.2.3