1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Remove legacy script tags from templates

This commit is contained in:
thatmattlove
2021-09-01 00:27:10 -07:00
parent 691c66d2f5
commit a33e47780b
3 changed files with 0 additions and 12 deletions

View File

@ -19,7 +19,3 @@
</div>
{% table_config_form table table_name="IPAddressTable" %}
{% endblock %}
{% block javascript %}
<script src="{% static 'js/tableconfig.js' %}"></script>
{% endblock %}

View File

@ -11,7 +11,3 @@
</div>
{% table_config_form table table_name="IPRangeTable" %}
{% endblock %}
{% block javascript %}
<script src="{% static 'js/tableconfig.js' %}"></script>
{% endblock %}

View File

@ -27,7 +27,3 @@
</div>
{% table_config_form table table_name="PrefixDetailTable" %}
{% endblock %}
{% block javascript %}
<script src="{% static 'js/tableconfig.js' %}"></script>
{% endblock %}