Try again on pk variable

This commit is contained in:
Joseph Kennedy 2017-08-03 21:16:00 -04:00
parent 81bca1bc31
commit 8b70ea78ce

View File

@ -40,7 +40,7 @@ DEVICE_LINK = """
""" """
INTERFACE_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>' }} {{ record.name|default:'<span class="label label-info"> - </span>' }}
</a> </a>
""" """