From ad26e6510915e82c6ecd858a570a49ffdeee048c Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 16 Oct 2021 11:15:38 -0700 Subject: [PATCH] Fixes clashing identifier and attr with no quotes --- bookwyrm/templates/landing/invite.html | 2 +- bookwyrm/templates/landing/login.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/landing/invite.html b/bookwyrm/templates/landing/invite.html index fcd379e2..d56cad38 100644 --- a/bookwyrm/templates/landing/invite.html +++ b/bookwyrm/templates/landing/invite.html @@ -12,7 +12,7 @@ {% if valid %}
- + {% include 'snippets/register_form.html' %}
diff --git a/bookwyrm/templates/landing/login.html b/bookwyrm/templates/landing/login.html index 8cce2ee7..95baa06d 100644 --- a/bookwyrm/templates/landing/login.html +++ b/bookwyrm/templates/landing/login.html @@ -14,7 +14,7 @@ {% if show_confirmed_email %}

{% trans "Success! Email address confirmed." %}

{% endif %} -
+ {% csrf_token %} {% if show_confirmed_email %}{% endif %}