From 6a21866e8fefe00a5fe50a4198aba3c70506d692 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Mon, 19 Apr 2021 21:08:49 -0700 Subject: [PATCH] add id to totp_form.html in order to identify the div which contains the svg --- accounts/templates/accounts/totp_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/templates/accounts/totp_form.html b/accounts/templates/accounts/totp_form.html index 17b90d5..29f67d1 100644 --- a/accounts/templates/accounts/totp_form.html +++ b/accounts/templates/accounts/totp_form.html @@ -7,7 +7,7 @@ {% include "base_navbar.html" %} {% include "base_heading.html" %}
-
+
{{ qr | safe }}