Fixes #938: Provider view yields an error if one or more circuits is assigned to a tenant

This commit is contained in:
Jeremy Stretch 2017-03-03 10:47:16 -05:00
parent 06cafb09b3
commit 03d3bbcddb

View File

@ -152,7 +152,7 @@
</td>
<td>
{% if c.tenant %}
<a href="{% url 'tenants:tenant' slug=c.tenant.slug %}">{{ c.tenant }}</a>
<a href="{% url 'tenancy:tenant' slug=c.tenant.slug %}">{{ c.tenant }}</a>
{% else %}
<span class="text-muted">&mdash;</span>
{% endif %}