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 }}