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

Fixes #1764: Fixed typos in export buttons

This commit is contained in:
Jeremy Stretch
2017-12-13 11:55:31 -05:00
parent a9af75bbd1
commit 06810bff91
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
Import device types
</a>
{% endif %}
{% include 'inc/export_button.html' with obj_type='devicetypes' %}
{% include 'inc/export_button.html' with obj_type='device types' %}
</div>
<h1>{% block title %}Device Types{% endblock %}</h1>
<div class="row">

View File

@@ -13,7 +13,7 @@
Import rack groups
</a>
{% endif %}
{% include 'inc/export_button.html' with obj_type='rackgroups' %}
{% include 'inc/export_button.html' with obj_type='rack groups' %}
</div>
<h1>{% block title %}Rack Groups{% endblock %}</h1>
<div class="row">