diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 21:23:09 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 21:23:09 -0700 |
| commit | 070a27baa8f93c3bf191459b88d24d7430a78899 (patch) | |
| tree | 8c96b12d16e1d219ef410ad0e45b2d886368bc5e /html/account.html | |
| parent | 83cd353b01660f34d6fd894d15a27fb1b3aeab4c (diff) | |
Some fixes and updates
Diffstat (limited to 'html/account.html')
| -rwxr-xr-x | html/account.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/account.html b/html/account.html index 4c5b97d..7d3d1c8 100755 --- a/html/account.html +++ b/html/account.html @@ -21,6 +21,7 @@ <label class="username" for="account">{{username}}</label> <div class="menu"> <a href="/profile/?username={{profile}}">Profile</a> + {{admin}} <a href="/signout/">Sign-out</a> </div> </div> |
