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 ------------------------------ views/partials/sidebar-dropdown.handlebars | 11 ---------- views/register.handlebars | 15 -------------- 3 files changed, 58 deletions(-) delete mode 100755 views/login.handlebars delete mode 100755 views/partials/sidebar-dropdown.handlebars delete mode 100755 views/register.handlebars (limited to 'views') 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 -

diff --git a/views/partials/sidebar-dropdown.handlebars b/views/partials/sidebar-dropdown.handlebars deleted file mode 100755 index 9f9e564..0000000 --- a/views/partials/sidebar-dropdown.handlebars +++ /dev/null @@ -1,11 +0,0 @@ - \ No newline at end of file diff --git a/views/register.handlebars b/views/register.handlebars deleted file mode 100755 index 1e097c1..0000000 --- a/views/register.handlebars +++ /dev/null @@ -1,15 +0,0 @@ -
- -
- -
-
-
- -
- -
-
-
-
-
\ No newline at end of file -- cgit v1.2.3 From 115210bfd9a5ae7bb8b516ce0d2cf3d9042dead7 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Fri, 6 Oct 2023 16:18:13 +0100 Subject: refactor: frontend routes into TS file, new event path --- views/optionsform.handlebars | 2 +- views/partials/neweventform.handlebars | 12 ------------ views/partials/sidebar.handlebars | 2 +- 3 files changed, 2 insertions(+), 14 deletions(-) (limited to 'views') diff --git a/views/optionsform.handlebars b/views/optionsform.handlebars index a844d12..85ebd9f 100755 --- a/views/optionsform.handlebars +++ b/views/optionsform.handlebars @@ -10,7 +10,7 @@
diff --git a/views/partials/neweventform.handlebars b/views/partials/neweventform.handlebars index d456d2e..3c7e060 100755 --- a/views/partials/neweventform.handlebars +++ b/views/partials/neweventform.handlebars @@ -1,6 +1,5 @@

Create an event

-
@@ -54,17 +53,6 @@ Recommended dimensions (w x h): 920px by 300px.
- {{#unless isPublic}} -
- -
- -
-
-
-
-
- {{/unless}}
diff --git a/views/partials/sidebar.handlebars b/views/partials/sidebar.handlebars index 1aa0f74..980e699 100755 --- a/views/partials/sidebar.handlebars +++ b/views/partials/sidebar.handlebars @@ -3,5 +3,5 @@

Nicer events

- New event + New event
-- cgit v1.2.3