From 06810bff91f33b6f61542f9b354e2e26020e6bee Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 13 Dec 2017 11:55:31 -0500 Subject: [PATCH] Fixes #1764: Fixed typos in export buttons --- netbox/templates/dcim/devicetype_list.html | 2 +- netbox/templates/dcim/rackgroup_list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/templates/dcim/devicetype_list.html b/netbox/templates/dcim/devicetype_list.html index f246f60b5..69807fcff 100644 --- a/netbox/templates/dcim/devicetype_list.html +++ b/netbox/templates/dcim/devicetype_list.html @@ -13,7 +13,7 @@ Import device types {% endif %} - {% include 'inc/export_button.html' with obj_type='devicetypes' %} + {% include 'inc/export_button.html' with obj_type='device types' %}

{% block title %}Device Types{% endblock %}

diff --git a/netbox/templates/dcim/rackgroup_list.html b/netbox/templates/dcim/rackgroup_list.html index f8b53df57..d5853f11c 100644 --- a/netbox/templates/dcim/rackgroup_list.html +++ b/netbox/templates/dcim/rackgroup_list.html @@ -13,7 +13,7 @@ Import rack groups {% endif %} - {% include 'inc/export_button.html' with obj_type='rackgroups' %} + {% include 'inc/export_button.html' with obj_type='rack groups' %}

{% block title %}Rack Groups{% endblock %}