outposts: add modal to show setup information

This commit is contained in:
Jens Langhammer
2020-09-19 00:25:28 +02:00
parent 22a9abf7bf
commit ddca46e24a
4 changed files with 58 additions and 2 deletions

View File

@ -129,7 +129,7 @@ class SAMLProvider(Provider):
return None
def html_metadata_view(self, request: HttpRequest) -> Optional[str]:
"""return template and context modal with to view Metadata without downloading it"""
"""return template and context modal to view Metadata without downloading it"""
from passbook.providers.saml.views import DescriptorDownloadView
try: