1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

templates/admin/admin_extended.html URL fixes.

This commit is contained in:
Chris Caputo
2019-06-01 11:31:56 -07:00
parent 2f5498f643
commit 5be6b6cda1

View File

@@ -2,12 +2,12 @@
{% block extrahead %}
{{ block.super }}
<script type="text/javascript">jQuery = $ = django.jQuery</script>
<script type="text/javascript" src="{{STATIC_URL}}twentyc.core.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}twentyc.edit.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}twentyc.filter-field.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}20c/twentyc.core.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}20c/twentyc.edit.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}20c/twentyc.filter-field.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}peeringdb.admin.js"></script>
<script type="text/javascript" src="{{ STATIC_URL }}jquery.autocomplete-light.min.js"></script>
<link rel="stylesheet" href="{{STATIC_URL}}twentyc.edit.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}jquery.autocomplete-light.css" />
<script type="text/javascript" src="{{ STATIC_URL }}autocomplete/jquery.autocomplete-light.min.js"></script>
<link rel="stylesheet" href="{{STATIC_URL}}20c/twentyc.edit.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}autocomplete/jquery.autocomplete-light.css" />
<link rel="stylesheet" href="{{STATIC_URL}}peeringdb.admin.css" type="text/css" />
{% endblock %}