diff --git a/netbox/templates/circuits/circuittype.html b/netbox/templates/circuits/circuittype.html index 57737a6d1..67b6d2d86 100644 --- a/netbox/templates/circuits/circuittype.html +++ b/netbox/templates/circuits/circuittype.html @@ -1,6 +1,7 @@ {% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} +{% load render_table from django_tables2 %} {% block content %}
@@ -42,8 +43,8 @@
Circuits
-
- {% include 'inc/table.html' with table=circuits_table %} +
+ {% render_table circuits_table 'inc/table.html' %}
{% if perms.circuits.add_circuit %}