Skip to content

Commit

Permalink
Fixes #938: Provider view yields an error if one or more circuits is …
Browse files Browse the repository at this point in the history
…assigned to a tenant
  • Loading branch information
jeremystretch committed Mar 3, 2017
1 parent 06cafb0 commit 03d3bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/templates/circuits/provider.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h1>{{ provider }}</h1>
</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 %}
Expand Down

0 comments on commit 03d3bbc

Please sign in to comment.