Include sb-admin.js in base template to restore sidebar toggle for authenticated users

This commit is contained in:
Daniel Montecillo 2025-06-10 22:03:29 -06:00
parent 0b9fe0cb76
commit e94289c8a2

View File

@ -44,7 +44,7 @@
<!-- /#wrapper -->
{% include "helpdesk/debug.html" %}
<script src="{% static 'helpdesk/js/sb-admin.js' %}"></script>
{% block helpdesk_js %}{% endblock %}
</body>