From b17ea301650eed396fea277e224153ed1a296c3f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 29 Jul 2024 14:06:18 -0400 Subject: [PATCH] Correct URL --- netbox/templates/dcim/module.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/module.html b/netbox/templates/dcim/module.html index dcd08bd4e..f5fb0246b 100644 --- a/netbox/templates/dcim/module.html +++ b/netbox/templates/dcim/module.html @@ -40,7 +40,7 @@
  • {% trans "Rear Ports" %}
  • {% endif %} {% if perms.dcim.add_modulebay %} -
  • {% trans "Module Bays" %}
  • +
  • {% trans "Module Bays" %}
  • {% endif %}