Fix select bug
This commit is contained in:
parent
bb78b743dd
commit
619388a36a
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
||||||
{% extends "organization/home-base.html" %}
|
{% extends "organization/home-base.html" %}
|
||||||
|
{% block org_js %}
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(function() {
|
||||||
|
$("select").select2();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
{% endblock %}
|
||||||
{% block middle_content %}
|
{% block middle_content %}
|
||||||
{% include "messages.html" %}
|
{% include "messages.html" %}
|
||||||
{% include "organization/requests/tabs.html" %}
|
{% include "organization/requests/tabs.html" %}
|
||||||
|
|
Loading…
Reference in a new issue