1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

10874 remove link to contact roles (#10879)

This commit is contained in:
Arthur Hanson
2022-11-10 13:19:43 -08:00
committed by GitHub
parent 93e241e8f3
commit 33d8f8e5e7

View File

@@ -25,7 +25,7 @@
<tr>
<th scope="row">Assignments</th>
<td>
<a href="{% url 'tenancy:contact_list' %}?role={{ object.slug }}">{{ assignment_count }}</a>
{{ assignment_count }}
</td>
</tr>
</table>