From 28ec869e5b72598b2f9c581a7d1b8a341ad29e7c Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Mon, 21 Jun 2021 14:07:53 +0200 Subject: [PATCH] Fix #6637: Corrected button link --- netbox/ipam/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/ipam/tables.py b/netbox/ipam/tables.py index c564985f7..032b8c533 100644 --- a/netbox/ipam/tables.py +++ b/netbox/ipam/tables.py @@ -65,7 +65,7 @@ VLAN_LINK = """ {% if record.pk %} {{ record.vid }} {% elif perms.ipam.add_vlan %} - {{ record.available }} VLAN{{ record.available|pluralize }} available + {{ record.available }} VLAN{{ record.available|pluralize }} available {% else %} {{ record.available }} VLAN{{ record.available|pluralize }} available {% endif %}