Skip to content

Commit

Permalink
Merge pull request #73 from edly-io/indigo-57
Browse files Browse the repository at this point in the history
fix: unterminated control if in footer. Fixes #57
  • Loading branch information
hinakhadim committed Mar 4, 2024
2 parents 493e7f8 + 2d41542 commit 7ac331b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorindigo/templates/indigo/lms/templates/footer.html
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 7ac331b

Please sign in to comment.