|
@@ -1,8 +1,9 @@
|
|
{% extends "admin/base.html" %}
|
|
{% extends "admin/base.html" %}
|
|
{% load i18n %}
|
|
{% load i18n %}
|
|
|
|
+{% load staticfiles %}
|
|
|
|
|
|
{% block extrahead %}
|
|
{% block extrahead %}
|
|
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.js" type="text/javascript"></script>
|
|
|
|
|
|
+ <script src="{% static "js/jquery.js" %}" type="text/javascript"></script>
|
|
{% include 'autocomplete_light/static.html' %}
|
|
{% include 'autocomplete_light/static.html' %}
|
|
{% endblock %}
|
|
{% endblock %}
|
|
|
|
|