From 86fd1062fe1144aa9043c446c6b68a3499905f4b Mon Sep 17 00:00:00 2001 From: Matthew Scragg Date: Sun, 6 Dec 2015 17:17:44 -0600 Subject: [PATCH] fix layout in small view --- realms/modules/auth/oauth/models.py | 2 +- realms/templates/layout.html | 8 ++++---- realms/templates/wiki/edit.html | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) 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 @@