mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 18:08:38 -06:00
Removed reference to old permission
This commit is contained in:
parent
0072f54c94
commit
488a91926a
@ -111,7 +111,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{% if perms.secrets.view_secret %}
|
{% if request.user.is_authenticated %}
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<strong>Secrets</strong>
|
<strong>Secrets</strong>
|
||||||
|
Loading…
Reference in New Issue
Block a user