Skip to content

Commit

Permalink
fix: unterminated control if in footer. Fixes #57
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Feb 28, 2024
1 parent 9ad65ba commit 2d41542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorindigo/templates/indigo/lms/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
{% endfor %}
</ol>
</nav>
{% endif %}
</div>
<span class="copyright-site">Copyrights ©${datetime.now().year}. All Rights Reserved.</span>
% endif
<div class="colophon">

{% endif %}
% if context.get('include_language_selector', footer_language_selector_is_enabled()):
<%include file="${static.get_template_path('widgets/footer-language-selector.html')}"/>
% endif
Expand Down Expand Up @@ -116,12 +116,12 @@
{% endfor %}
</ol>
</nav>
{% endif %}
</div>
<span class="copyright-site">Copyrights ©${datetime.now().year}. All Rights Reserved.</span>
% endif
<div class="colophon">

{% endif %}
% if context.get('include_language_selector', footer_language_selector_is_enabled()):
<%include file="${static.get_template_path('widgets/footer-language-selector.html')}"/>
% endif
Expand Down

0 comments on commit 2d41542

Please sign in to comment.