diff options
Diffstat (limited to 'backend/admin/templates/dashboard.html')
| -rw-r--r-- | backend/admin/templates/dashboard.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/admin/templates/dashboard.html b/backend/admin/templates/dashboard.html index 2d7e8ad..cdb8ba1 100644 --- a/backend/admin/templates/dashboard.html +++ b/backend/admin/templates/dashboard.html @@ -7,4 +7,7 @@ <p> <a href="/admin/games">Games</a> </p> +<form method="post" action="/logout"> + <button type="submit">Logout</button> +</form> {{ end }} |
