From 1308839a411f3b4e68243947eb1ea8510eb8ac35 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 29 Aug 2017 15:36:51 -0400 Subject: [PATCH] Fixes #1458: Corrected permission name on prefix/VLAN roles list --- netbox/templates/ipam/role_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/ipam/role_list.html b/netbox/templates/ipam/role_list.html index 6d59bc697..d1c5356f4 100644 --- a/netbox/templates/ipam/role_list.html +++ b/netbox/templates/ipam/role_list.html @@ -3,7 +3,7 @@ {% block content %}
- {% if perms.dcim.add_devicerole %} + {% if perms.ipam.add_role %} Add a role