mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-21 16:31:38 +02:00
Pulled in all third-party resources and standardized on static template tag
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% extends '_base.html' %}
|
||||
{% load static from staticfiles %}
|
||||
{% load render_table from django_tables2 %}
|
||||
{% load helpers %}
|
||||
|
||||
@@ -414,5 +415,5 @@ $('#graphs_modal').on('show.bs.modal', function (event) {
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<script src="/static/js/secrets.js"></script>
|
||||
<script src="{% static 'js/secrets.js' %}"></script>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user