1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00
Files
peeringdb-peeringdb/peeringdb_server/templates/admin/admin_extended.html

14 lines
894 B
HTML
Raw Normal View History

2018-11-08 19:45:21 +00:00
{% extends "admin/base_site.html" %}
{% block extrahead %}
{{ block.super }}
<script type="text/javascript">jQuery = $ = django.jQuery</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>
2018-11-08 19:45:21 +00:00
<script type="text/javascript" src="{{STATIC_URL}}peeringdb.admin.js"></script>
<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" />
2018-11-08 19:45:21 +00:00
<link rel="stylesheet" href="{{STATIC_URL}}peeringdb.admin.css" type="text/css" />
{% endblock %}