Add remember me!

This commit is contained in:
Patrick Jentsch
2019-07-08 10:07:26 +02:00
parent 3b04addc17
commit 296db67188
2 changed files with 23 additions and 7 deletions

View File

@ -31,6 +31,13 @@
{{ form.password(class='validate') }}
{{ form.password.label }}
</div>
<div class="switch">
<label>
Remember me
{{ form.remember_me() }}
<span class="lever"></span>
</label>
</div>
<a href="#!">Forgot Password?</a>
<br><br>
<div class="card-action">