Fix select bug

This commit is contained in:
cuom1999 2023-01-07 02:46:21 -06:00
parent bb78b743dd
commit 619388a36a

View file

@ -1,4 +1,11 @@
{% extends "organization/home-base.html" %}
{% block org_js %}
<script type="text/javascript">
$(function() {
$("select").select2();
});
</script>
{% endblock %}
{% block middle_content %}
{% include "messages.html" %}
{% include "organization/requests/tabs.html" %}