From 488a91926a380ca0b4af08361a2483874c715f1e Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 13 Apr 2016 15:23:17 -0400 Subject: [PATCH] Removed reference to old permission --- 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 01e254b55..5a1a9cc80 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -111,7 +111,7 @@ - {% if perms.secrets.view_secret %} + {% if request.user.is_authenticated %}
Secrets