Display login widget on all pages

This commit is contained in:
ricola 2025-04-06 17:04:31 -06:00
parent 3783b5ffd0
commit 6d6264181e
3 changed files with 10 additions and 4 deletions

View file

@ -15,7 +15,3 @@
<form action="/votes/new" method="get">
<button type="submit">Create new vote</button>
</form>
<form action="/logout" method="post">
<button type="submit">Log out</button>
</form>