From b7aab16a009005e83e5f14041ae1f090b68f54c3 Mon Sep 17 00:00:00 2001 From: MOIS3Y Date: Sun, 10 Sep 2023 13:00:37 +0900 Subject: [PATCH] Fix: footer in disable 2fa template --- logs_collector/templates/two_factor/profile/disable.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/logs_collector/templates/two_factor/profile/disable.html b/logs_collector/templates/two_factor/profile/disable.html index db2c895..be9dbd3 100644 --- a/logs_collector/templates/two_factor/profile/disable.html +++ b/logs_collector/templates/two_factor/profile/disable.html @@ -15,5 +15,6 @@ - {% endblock %} + +{% block footer_nav %}{% include 'includes/footer.html' %}{% endblock footer_nav %} \ No newline at end of file