mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
Corrected URL name
This commit is contained in:
parent
c6c1ea7466
commit
da3a596d3f
@ -6,7 +6,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
{% if perms.dcim.add_devicetype %}
|
{% if perms.dcim.add_devicetype %}
|
||||||
<a href="{% url 'dcim:device_add' %}" class="btn btn-primary">
|
<a href="{% url 'dcim:devicetype_add' %}" class="btn btn-primary">
|
||||||
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
|
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
|
||||||
Add a device type
|
Add a device type
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user