ui: start patternfly v4 migration

This commit is contained in:
Jens Langhammer
2020-02-19 21:03:39 +01:00
parent 1d22e30c70
commit f1d77d475c
150 changed files with 583 additions and 195602 deletions

View File

@ -50,8 +50,8 @@ class LoginView(UserPassesTestMixin, FormView):
login_button = source.login_button
if login_button:
kwargs["sources"].append(login_button)
if kwargs["sources"]:
self.template_name = "login/with_sources.html"
# if kwargs["sources"]:
# self.template_name = "login/with_sources.html"
return super().get_context_data(**kwargs)
def get_user(self, uid_value) -> Optional[User]: