providers/saml(minor): fix last wrong urls names

This commit is contained in:
Langhammer, Jens
2019-10-07 18:36:09 +02:00
parent 9110f7fee3
commit ec73b53340
5 changed files with 11 additions and 11 deletions

View File

@ -50,7 +50,7 @@ class SAMLProvider(Provider):
"""Get link to download XML metadata for admin interface"""
try:
# pylint: disable=no-member
return reverse('passbook_saml_idp:saml-metadata',
return reverse('passbook_providers_saml:saml-metadata',
kwargs={'application': self.application.slug})
except Provider.application.RelatedObjectDoesNotExist:
return None