From 930542049e40a1a99c9a0c2c349519ccddf52140 Mon Sep 17 00:00:00 2001 From: lowercasename Date: Thu, 25 Jul 2019 16:16:04 +0100 Subject: First commit --- views/login.handlebars | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 views/login.handlebars (limited to 'views/login.handlebars') diff --git a/views/login.handlebars b/views/login.handlebars new file mode 100755 index 0000000..b5907c0 --- /dev/null +++ b/views/login.handlebars @@ -0,0 +1,32 @@ +

Log in

+
+
+ {{#if isPublic}} +

Register or log in to your account to be able to show this event on your profile, edit it, and delete it. Associating an event with an account is optional, but keep in mind that an unassociated event can not be modified in any way and will be automatically deleted 30 days after it concludes.

+ {{else if isPrivate}} +

You must register or log in to your account to create a private event.

+ {{else if isOrganisation}} +

You must register or log in to an organisation account to create an organisation event.

+ {{/if}} +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ + +

+ Register | Forgot password +

\ No newline at end of file -- cgit v1.2.3