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

View File

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