From bd4bf2022851d0d39749cc286331207519da405b Mon Sep 17 00:00:00 2001 From: Mike Johnston Date: Thu, 19 Mar 2026 14:52:58 -0400 Subject: [PATCH] refactor: move expiry date input to a new position in create and edit hunt forms --- src/views/admin/create-hunt.ejs | 12 ++++++------ src/views/admin/edit-hunt.ejs | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/admin/create-hunt.ejs b/src/views/admin/create-hunt.ejs index 5ff523e..a3db4f8 100644 --- a/src/views/admin/create-hunt.ejs +++ b/src/views/admin/create-hunt.ejs @@ -34,12 +34,6 @@
Each package gets a unique QR code and printable card.
-
- - -
Leave blank for no expiry.
-
-
@@ -52,6 +46,12 @@
Keep this hunt secret until the start time.
+
+ + +
Leave blank for no expiry.
+
+ diff --git a/src/views/admin/edit-hunt.ejs b/src/views/admin/edit-hunt.ejs index f644480..a718d60 100644 --- a/src/views/admin/edit-hunt.ejs +++ b/src/views/admin/edit-hunt.ejs @@ -29,13 +29,6 @@ -
- - -
Leave blank for no expiry.
-
-
Keep this hunt secret until the start time.
+
+ + +
Leave blank for no expiry.
+
+