From a18bb07d78a7aac459822d02f30616d3a76fe92a Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 20 Jun 2019 00:15:16 +0100 Subject: [PATCH] Update views.py --- RIGS/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/views.py b/RIGS/views.py index 53a2a20d..aaaac7da 100644 --- a/RIGS/views.py +++ b/RIGS/views.py @@ -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") + return login(request, template_name="registration/login_embed.html", authentication_form=forms.EmbeddedAuthenticationForm) """