From 086340540af2545e4537e96b260d88c1d7ee4ccc Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 8 Mar 2017 12:04:50 -0500 Subject: [PATCH] Fixes #948: Region name should be hyperlinked to site list --- netbox/dcim/tables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/dcim/tables.py b/netbox/dcim/tables.py index 9773be9dc..42c6a39bf 100644 --- a/netbox/dcim/tables.py +++ b/netbox/dcim/tables.py @@ -12,11 +12,11 @@ from .models import ( REGION_LINK = """ {% if record.get_children %} - + {% else %} {% endif %} - {{ record.name }} + {{ record.name }} """