Browse Source

Removed reference to old permission

Jeremy Stretch 9 years ago
parent
commit
488a91926a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netbox/templates/dcim/device.html

+ 1 - 1
netbox/templates/dcim/device.html

@@ -111,7 +111,7 @@
                 </tr>
             </table>
         </div>
-        {% if perms.secrets.view_secret %}
+        {% if request.user.is_authenticated %}
             <div class="panel panel-default">
                 <div class="panel-heading">
                     <strong>Secrets</strong>