Add option to logout
This commit is contained in:
parent
49b228c1a5
commit
32e06e9d98
5 changed files with 25 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue