79640296

Date: 2025-05-27 10:39:16
Score: 1
Natty:
Report link

So the thing I found out is that the footer had to be included for this to work, I suspect this is due to the page loading to fast and not picking up the script, or it may be due to the footer being mandatory I am not sure.

Adding this to any page that didn't have the footer solves the issue:

{% block footer %}
<div class="d-none">
  {% include "footer.html" %}
</div>
{% endblock %}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: TheMorningStar