Combine client authorisation information in rig detail (#373)

* Combine client authorisation information in rig detail

* Fix stuff for CI

pep8 compliance
migration
This commit is contained in:
2019-11-26 17:26:32 +00:00
committed by GitHub
parent 4da8040351
commit 5210afc772
5 changed files with 73 additions and 53 deletions

View File

@@ -62,7 +62,7 @@ def login_embed(request, **kwargs):
messages.warning(request, 'Cookies do not seem to be enabled. Try logging in using a new tab.')
request.method = 'GET' # Render the page without trying to login
return login(request, template_name="registration/login_embed.html", authentication_form=forms.EmbeddedAuthenticationForm)
return login(request, template_name="registration/login_embed.html", authentication_form=forms.EmbeddedAuthenticationForm)
"""