From 8704997262219e1dd1af9db2b53ebdd030d568c7 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Mon, 15 Apr 2019 10:13:32 +0200 Subject: [PATCH 1/7] fixup! auth2_multifactor: add OATH authentication factor --- .../auth_oath/templates/auth_oath/totp_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authentic2/auth2_multifactor/auth_oath/templates/auth_oath/totp_form.html b/src/authentic2/auth2_multifactor/auth_oath/templates/auth_oath/totp_form.html index 16da8e6d..90f49510 100644 --- a/src/authentic2/auth2_multifactor/auth_oath/templates/auth_oath/totp_form.html +++ b/src/authentic2/auth2_multifactor/auth_oath/templates/auth_oath/totp_form.html @@ -1,6 +1,6 @@ {% load i18n staticfiles %}
-
+ {% csrf_token %} {{ form.as_p }} -- 2.20.1