Skip to content

Commit

Permalink
EP-94343 : Additional changes in the main_django file to disable the …
Browse files Browse the repository at this point in the history
…footer completely.
  • Loading branch information
hdubey09 committed Feb 19, 2024
1 parent 2202689 commit 5738eaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lms/templates/main_django.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@
{% block body %}{% endblock %}
{% block bodyextra %}{% endblock %}
</div>
<!--
{% with course=request.course %}
{% include "footer.html"|microsite_template_path %}
{% endwith %}

-->
</div>

{% javascript 'base_application' %}
Expand Down

0 comments on commit 5738eaa

Please sign in to comment.