From 97b67d0f93a197c100ad68aaecc4dd3188f447bd Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 28 Jun 2017 12:05:26 -0400 Subject: [PATCH] Fixes #1299: Corrected permission to add a service to a device --- netbox/templates/dcim/device.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 0c63548f6..9a73fdd18 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -204,7 +204,7 @@ None {% endif %} - {% if perms.dcim.add_service %} + {% if perms.ipam.add_service %}