From ae2ae7701e348319e1c17d76d1582a280752ac0b Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Mon, 24 Apr 2023 11:48:18 -0400 Subject: [PATCH] Update links to use get_absolute_url() --- netbox/templates/dcim/rack.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 %}