فهرست منبع

Remove legacy script tags from templates

thatmattlove 4 سال پیش
والد
کامیت
a33e47780b

+ 0 - 4
netbox/templates/ipam/prefix/ip_addresses.html

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

+ 0 - 4
netbox/templates/ipam/prefix/ip_ranges.html

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

+ 0 - 4
netbox/templates/ipam/prefix/prefixes.html

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