Fix connected interface template rendering...

This commit is contained in:
Nick Peelman 2016-07-05 11:55:06 -04:00
parent 578013fdd2
commit dc847ce4d6
No known key found for this signature in database
GPG Key ID: 69A0803B5999940F

View File

@ -11,8 +11,7 @@
{% with iface.get_connected_interface as connected_iface %}
<td>
<a href="{% url 'dcim:device' pk=connected_iface.device.pk %}">{{ connected_iface.device }}</a>
</td>
<td>
&Colon;
<span title="{{ connected_iface.get_form_factor_display }}">{{ connected_iface }}</span>
</td>
{% endwith %}