Skip to content

Commit

Permalink
Chore: Admin - Add jQuery to agency base template (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Aug 29, 2024
2 parents 1e2ff89 + 047c337 commit f1e4171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions benefits/templates/admin/agency-base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous">
<script nonce="{{ request.csp_nonce }}"
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"
integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ="
crossorigin="anonymous"></script>
{% endblock extrastyle %}

{% block title %}
Expand Down

0 comments on commit f1e4171

Please sign in to comment.