From 94823b52168b44894fb5e9c960358ed02ebb122b Mon Sep 17 00:00:00 2001
From: historia <[not public]>
Date: Sun, 5 Jul 2026 22:35:21 -0400
Subject: feat: courses gui overhaul, add course tab to map, add hidden exits
to give courses structure
---
internal/admin/templates/layout.html | 2 --
1 file changed, 2 deletions(-)
(limited to 'internal/admin/templates/layout.html')
diff --git a/internal/admin/templates/layout.html b/internal/admin/templates/layout.html
index 410c8df..009e1f7 100644
--- a/internal/admin/templates/layout.html
+++ b/internal/admin/templates/layout.html
@@ -17,7 +17,6 @@
Drops
Hazards
Techs
- Courses
Modules
Players
Dashboard
@@ -37,7 +36,6 @@
{{else if eq .Page "drops"}}{{template "body-drops" .}}
{{else if eq .Page "hazards"}}{{template "body-hazards" .}}
{{else if eq .Page "techs"}}{{template "body-techs" .}}
-{{else if eq .Page "courses"}}{{template "body-courses" .}}
{{else if eq .Page "modules"}}{{template "body-modules" .}}
{{else if eq .Page "players"}}{{template "body-players" .}}
{{else if eq .Page "dashboard"}}{{template "body-dashboard" .}}
--
cgit v1.2.3