added user agreement page

This commit is contained in:
2025-09-25 12:37:17 -06:00
parent 201e549630
commit 3a4d6151f6
6 changed files with 63 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
<span class="mx-2">-</span>
<a href="/login" class="text-yellow-300 hover:text-yellow-400">Log In</a>
<span class="mx-2">|</span>
<a href="/TODO/newaccount" class="text-yellow-300 hover:text-yellow-400">Create Account</a>
<a href="/newacct" class="text-yellow-300 hover:text-yellow-400">Create Account</a>
{{ else }}
You are logged in as <b>{{ .CurrentUser().Username }}</b>
<span class="mx-2">-</span>