1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #1458: Corrected permission name on prefix/VLAN roles list

This commit is contained in:
Jeremy Stretch
2017-08-29 15:36:51 -04:00
parent 6d849ad5f6
commit 1308839a41

View File

@ -3,7 +3,7 @@
{% block content %}
<div class="pull-right">
{% if perms.dcim.add_devicerole %}
{% if perms.ipam.add_role %}
<a href="{% url 'ipam:role_add' %}" class="btn btn-primary">
<span class="fa fa-plus" aria-hidden="true"></span>
Add a role