From 5980e63de0d71f2168d4c234312f1e3d6ab23d8c Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Fri, 6 Oct 2023 16:16:26 +0100 Subject: Remove unused Handlebars files --- views/login.handlebars | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100755 views/login.handlebars (limited to 'views/login.handlebars') diff --git a/views/login.handlebars b/views/login.handlebars deleted file mode 100755 index a08f5b4..0000000 --- a/views/login.handlebars +++ /dev/null @@ -1,32 +0,0 @@ -

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 -

-- cgit v1.2.3