Skip to content

Commit

Permalink
Updated userreports/userreports_base.html to remove scripts
Browse files Browse the repository at this point in the history
All descdendant templates now use webpack (or don't use js).
  • Loading branch information
orangejenny committed Dec 11, 2024
1 parent 1c1acc9 commit af521bb
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,6 @@
{% load i18n %}
{% load crispy_forms_tags %}
{% load hq_shared_tags %}
{% block js %}{{ block.super }}
{% if not use_js_bundler %}
{% compress js %}
<script src="{% static 'ace-builds/src-min-noconflict/ace.js' %}"></script>
<script src="{% static 'ace-builds/src-min-noconflict/mode-json.js' %}"></script>
<script src="{% static 'ace-builds/src-min-noconflict/mode-xml.js' %}"></script>
<script src="{% static 'ace-builds/src-min-noconflict/ext-searchbox.js' %}"></script>
<script src="{% static 'hqwebapp/js/base_ace.js' %}"></script>
<script src="{% static 'hqwebapp/js/bootstrap3/widgets.js' %}"></script>
<script src="{% static 'userreports/js/widgets.js' %}"></script>
{% endcompress %}
{% endif %}
{% endblock %}

{% block page_navigation %}
{% initial_page_data 'useUpdatedUcrNaming' use_updated_ucr_naming %}
Expand Down

0 comments on commit af521bb

Please sign in to comment.