Add option to logout

This commit is contained in:
Edward Betts 2024-01-21 15:24:33 +00:00
parent 49b228c1a5
commit 32e06e9d98
5 changed files with 25 additions and 1 deletions

View file

@ -13,7 +13,7 @@
<form method="POST">
<div class="mb-3">
<label for="username" class="form-label">username</label>
<input class="form-control" id="username" name="username">
<input class="form-control" id="username" name="username" value="{{ request.form.username }}">
</div>
<div class="mb-3">
<label for="password" class="form-label">Password</label>