From 926164c72457e1a303d67eefb7aaf9934f1a051f Mon Sep 17 00:00:00 2001 From: Felix Sargent Date: Fri, 2 Feb 2024 22:17:07 -0800 Subject: [PATCH] Fix silly passkey missing input field. --- approval_polls/templates/registration/login.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/approval_polls/templates/registration/login.html b/approval_polls/templates/registration/login.html index 5d808e8..daeb936 100644 --- a/approval_polls/templates/registration/login.html +++ b/approval_polls/templates/registration/login.html @@ -13,7 +13,7 @@
Login
{% csrf_token %} {% if invalid %}{% endif %} @@ -36,6 +36,7 @@ placeholder="Password">
+