aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/admin/templates/dashboard.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-10 00:14:17 +0900
committernsfisis <nsfisis@gmail.com>2024-08-10 00:14:17 +0900
commitb450648caa0d1bd5c91e67a33153bbacaf57f006 (patch)
tree8dce01b8eb398759a3abdb97d3d333b52738c768 /backend/admin/templates/dashboard.html
parenta7342525e5e4052113e6d5e75b6fd50c91687514 (diff)
downloadphperkaigi-2025-albatross-b450648caa0d1bd5c91e67a33153bbacaf57f006.tar.gz
phperkaigi-2025-albatross-b450648caa0d1bd5c91e67a33153bbacaf57f006.tar.zst
phperkaigi-2025-albatross-b450648caa0d1bd5c91e67a33153bbacaf57f006.zip
feat: prepend base path
Diffstat (limited to 'backend/admin/templates/dashboard.html')
-rw-r--r--backend/admin/templates/dashboard.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/admin/templates/dashboard.html b/backend/admin/templates/dashboard.html
index cdb8ba1..b2037cb 100644
--- a/backend/admin/templates/dashboard.html
+++ b/backend/admin/templates/dashboard.html
@@ -2,12 +2,12 @@
{{ define "content" }}
<p>
- <a href="/admin/users">Users</a>
+ <a href="/iosdc-japan/2024/code-battle/admin/users">Users</a>
</p>
<p>
- <a href="/admin/games">Games</a>
+ <a href="/iosdc-japan/2024/code-battle/admin/games">Games</a>
</p>
-<form method="post" action="/logout">
+<form method="post" action="/iosdc-japan/2024/code-battle/logout">
<button type="submit">Logout</button>
</form>
{{ end }}