From 7ec573bf508e52ab1717b07217585c95d04fd974 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 16 Oct 2021 10:55:51 -0700 Subject: [PATCH] Fixes duplicate form ids in login form --- bookwyrm/templates/landing/login.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bookwyrm/templates/landing/login.html b/bookwyrm/templates/landing/login.html index 31e9cebb4..8cce2ee72 100644 --- a/bookwyrm/templates/landing/login.html +++ b/bookwyrm/templates/landing/login.html @@ -18,15 +18,15 @@ {% csrf_token %} {% if show_confirmed_email %}{% endif %}
- +
- {{ login_form.localname }} +
- +
- {{ login_form.password }} +
{% for error in login_form.password.errors %}

{{ error | escape }}