diff --git a/netbox/templates/dcim/rack.html b/netbox/templates/dcim/rack.html index 4f71c9ca7..2384ca4ee 100644 --- a/netbox/templates/dcim/rack.html +++ b/netbox/templates/dcim/rack.html @@ -20,26 +20,26 @@ {% block extra_controls %}
{% if prev_rack %} - + {{ prev_rack }} - + {% endif %} {% if peer_racks %}
{% endif %} {% if next_rack %} - + {{ next_rack }} - + {% endif %}