79258062

Date: 2024-12-06 12:58:55
Score: 2
Natty:
Report link

If you are having a similar issue, check your source code or console to be sure you have Jquery loaded. This behavior is common when you don't have jquery in your template

To load jquery, add this at the top or head section of your template.

<script type="text/javascript" src="{% static 'admin/js/vendor/jquery/jquery.js' %}"></script>
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): having a similar issue
Posted by: CodeRed