Update transfer_user.html

This commit is contained in:
Matt-Spence 2024-11-18 14:18:57 -06:00 committed by GitHub
parent 55ce772b15
commit e90f1f9a5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@
<script src="{% static 'admin/js/vendor/jquery/jquery.min.js' %}"></script> <script src="{% static 'admin/js/vendor/jquery/jquery.min.js' %}"></script>
<!-- Include Select2 JavaScript. Since this view technically falls outside of admin, this is needed. --> <!-- Include Select2 JavaScript. Since this view technically falls outside of admin, this is needed. -->
<script src="{% static js/select2.min.js %}"></script> <script src="{% static 'js/select2.min.js' %}"></script>
<script type="application/javascript" src="{% static 'js/get-gov-admin-extra.js' %}" defer></script> <script type="application/javascript" src="{% static 'js/get-gov-admin-extra.js' %}" defer></script>
<link href="{% static 'css/select2.min.css' %}" rel="stylesheet" /> <link href="{% static 'css/select2.min.css' %}" rel="stylesheet" />