From de1e8a70dd006b7566dd31e1a7577afe4a55184a Mon Sep 17 00:00:00 2001 From: bellwood Date: Fri, 15 Jul 2016 17:11:45 -0400 Subject: [PATCH] fix enclosure and PEP8 errors --- netbox/dcim/tables.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netbox/dcim/tables.py b/netbox/dcim/tables.py index aa325c27c..69c350e35 100644 --- a/netbox/dcim/tables.py +++ b/netbox/dcim/tables.py @@ -57,7 +57,9 @@ UTILIZATION_GRAPH = """ {% if percentage >= 15 %}{{ percentage }}%{% endif %} -{% +{% endwith %} +""" + # # Sites