From a8cfb7fd90fc6c17830d8341f41b450d79371924 Mon Sep 17 00:00:00 2001 From: Daniel Milnes Date: Fri, 13 Aug 2021 22:23:17 +0100 Subject: [PATCH] Fix missing Django template end (#180) --- src/templates/2fa_removed.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/2fa_removed.html b/src/templates/2fa_removed.html index f1b29359..3381cf3c 100644 --- a/src/templates/2fa_removed.html +++ b/src/templates/2fa_removed.html @@ -6,4 +6,5 @@ 2FA has been disabled on your account.
If this was you, you can safely ignore this email.

If this wasn't you, request a password reset or raise a support ticket.
+ {% endcall %} {% endblock %}