Features: 1) Add custom stylesheet and JavaScript for autocomplete functionality in admin filter template;
Fixes: None; Extra: 1) Improve HTML indentation for better readability;
This commit is contained in:
parent
9927fe510b
commit
65beeb2a26
1 changed files with 19 additions and 14 deletions
|
|
@ -15,3 +15,8 @@
|
|||
{% endif %}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="{% static 'admin/css/autocomplete.css' %}"/>
|
||||
|
||||
<script src="{% static 'admin/js/autocomplete.js' %}"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue