Fix restriction violations for provider, circuit models

This commit is contained in:
Jeremy Stretch
2020-06-16 14:00:43 -04:00
parent 0f8df8c985
commit ffa3a229b5
3 changed files with 8 additions and 3 deletions

View File

@@ -99,7 +99,7 @@
<tr>
<td>Circuits</td>
<td>
<a href="{% url 'circuits:circuit_list' %}?provider={{ provider.slug }}">{{ provider.circuits.count }}</a>
<a href="{% url 'circuits:circuit_list' %}?provider={{ provider.slug }}">{{ circuits_table.rows|length }}</a>
</td>
</tr>
</table>