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 e9aad49131
commit 775fb49de5

View File

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