diff --git a/realms/modules/auth/oauth/models.py b/realms/modules/auth/oauth/models.py index 034880e..6988372 100644 --- a/realms/modules/auth/oauth/models.py +++ b/realms/modules/auth/oauth/models.py @@ -170,4 +170,4 @@ class User(BaseUser): continue buttons.append(val.get('button')) - return "

Social Login

" + " ".join(buttons) + return "

Social Login

" + " ".join(buttons) diff --git a/realms/templates/layout.html b/realms/templates/layout.html index 59ea243..aa8a41a 100644 --- a/realms/templates/layout.html +++ b/realms/templates/layout.html @@ -41,12 +41,12 @@