mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Try again on pk variable
This commit is contained in:
parent
81bca1bc31
commit
8b70ea78ce
@ -40,7 +40,7 @@ DEVICE_LINK = """
|
||||
"""
|
||||
|
||||
INTERFACE_LINK = """
|
||||
<a href="{% url 'dcim:device' pk=record.device %}">
|
||||
<a href="{% url 'dcim:device' pk=record.device.pk %}">
|
||||
{{ record.name|default:'<span class="label label-info"> - </span>' }}
|
||||
</a>
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user