10874 remove link to contact roles

This commit is contained in:
Arthur 2022-11-09 10:24:01 -08:00
parent 93e241e8f3
commit c6a2f0a7ff

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>