From 2d4154251097b62ef5aa024f45e4d721c35694a2 Mon Sep 17 00:00:00 2001 From: hinakhadim Date: Wed, 28 Feb 2024 10:52:43 +0500 Subject: [PATCH] fix: unterminated control if in footer. Fixes #57 --- tutorindigo/templates/indigo/lms/templates/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorindigo/templates/indigo/lms/templates/footer.html b/tutorindigo/templates/indigo/lms/templates/footer.html index 375d606b5..0c8a36eb5 100644 --- a/tutorindigo/templates/indigo/lms/templates/footer.html +++ b/tutorindigo/templates/indigo/lms/templates/footer.html @@ -52,12 +52,12 @@ {% endfor %} + {% endif %} Copyrights ©${datetime.now().year}. All Rights Reserved. % endif
- {% endif %} % if context.get('include_language_selector', footer_language_selector_is_enabled()): <%include file="${static.get_template_path('widgets/footer-language-selector.html')}"/> % endif @@ -116,12 +116,12 @@ {% endfor %} + {% endif %}
Copyrights ©${datetime.now().year}. All Rights Reserved. % endif
- {% endif %} % if context.get('include_language_selector', footer_language_selector_is_enabled()): <%include file="${static.get_template_path('widgets/footer-language-selector.html')}"/> % endif