We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error yielded is:
<class 'django.urls.exceptions.NoReverseMatch'> u'tenants' is not a registered namespace
This is due to calling an invalid namespace "tenants" instead of "tenancy" in reverse().
reverse()
The text was updated successfully, but these errors were encountered:
03d3bbc
Fixes netbox-community#938: Provider view yields an error if one or m…
86f0c49
…ore circuits is assigned to a tenant
No branches or pull requests
The error yielded is:
This is due to calling an invalid namespace "tenants" instead of "tenancy" in
reverse()
.The text was updated successfully, but these errors were encountered: