Skip to content
Snippets Groups Projects
Commit e498402d authored by Dennis's avatar Dennis
Browse files

import jquery-ui

parent e118e4c7
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
<link rel="stylesheet" href="/odsh_header.css?refresh={{ range(1,10000) | random }}" /> <link rel="stylesheet" href="/odsh_header.css?refresh={{ range(1,10000) | random }}" />
<link rel="stylesheet" href="/bootstrap-multiselect.css" /> <link rel="stylesheet" href="/bootstrap-multiselect.css" />
<link rel="stylesheet" href="/autocomplete.css" /> <link rel="stylesheet" href="/autocomplete.css" />
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
{% resource 'odsh/autocomplete.js' %} {% resource 'odsh/autocomplete.js' %}
{% endblock %} {% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment