From e4aaee6e1a33d9f67503a1b03810d3664a4ae4b7 Mon Sep 17 00:00:00 2001 From: Ezra Rice Date: Thu, 2 Jun 2022 12:42:28 -0400 Subject: [PATCH] BS v5 buttons update Updated the display of buttons when used as an `` tag. This change was made in BS4. --- mfa/templates/TOTP/Add.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mfa/templates/TOTP/Add.html b/mfa/templates/TOTP/Add.html index d303f96..60b9f69 100644 --- a/mfa/templates/TOTP/Add.html +++ b/mfa/templates/TOTP/Add.html @@ -98,7 +98,7 @@
- + Cancel
@@ -106,4 +106,4 @@ {% include "modal.html" %} -{% endblock %} \ No newline at end of file +{% endblock %}