aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-16 23:38:00 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-16 23:38:00 +0200
commitf95286e325c214bf5fe61c4d93d34ae03692783c (patch)
tree8be6b54a975116307a15b35f68c6f3c6bad914ce
parent310c54caffb137af593e710b2437c2639863574d (diff)
Removed unnecessary templates
-rw-r--r--templates/guests.j23
-rw-r--r--templates/time.j23
2 files changed, 0 insertions, 6 deletions
diff --git a/templates/guests.j2 b/templates/guests.j2
deleted file mode 100644
index b84a2fd..0000000
--- a/templates/guests.j2
+++ /dev/null
@@ -1,3 +0,0 @@
-<div class="control" id="guests">
- <input class="input is-large is-responsive" type="text" style="text-align:center" value="{{ guests }} Guests" disabled>
-</div> \ No newline at end of file
diff --git a/templates/time.j2 b/templates/time.j2
deleted file mode 100644
index d006fc4..0000000
--- a/templates/time.j2
+++ /dev/null
@@ -1,3 +0,0 @@
-<div hx-get="/time" hx-swap="outerHTML" hx-trigger="every 1s">
- <p class="title">Timer: {{mins}}:{{secs}}</p>
-</div> \ No newline at end of file