diff --git a/mfa/templates/MFA.html b/mfa/templates/MFA.html
index f026a36..8b33b36 100644
--- a/mfa/templates/MFA.html
+++ b/mfa/templates/MFA.html
@@ -94,7 +94,11 @@
{% else %}
|
{% endif %}
- |
+ {% if key.key_type in HIDE_DISABLE %}
+ ----
+ {% else %}
+ |
+ {% endif %}
{% empty %}
| You didn't have any keys yet. |
diff --git a/setup.py b/setup.py
index 86cc19c..bb8e086 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup(
name='django-mfa2',
- version='1.2.0',
+ version='1.2.1',
description='Allows user to add 2FA to their accounts',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",