From d527fcf64823d3ea696e3bd715d74d2973a3c9aa Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 6 Jan 2020 16:11:17 +0100 Subject: [PATCH] Move "forgot password" button to a different position to avoid Keepass issue --- app/auth/templates/auth/login.html | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/app/auth/templates/auth/login.html b/app/auth/templates/auth/login.html index fb8fa783..e584ba5c 100644 --- a/app/auth/templates/auth/login.html +++ b/app/auth/templates/auth/login.html @@ -39,32 +39,26 @@
{{ form.password(class="form-control", type="password") }} {{ render_field_errors(form.password) }} +
- - + +
+ Don't have an account yet? Sign up +
+ - -
- Don't have an account yet? Sign up -