From 68d472ea137c1432d74493580fc6d44763b88851 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 18 Jun 2018 19:37:18 +0530 Subject: [PATCH] Increase language selection form to full width - The width of the content area is small now so it is okay. Signed-off-by: Manish Tripathy Signed-off-by: Sunil Mohan Adapa Reviewed-by: Sunil Mohan Adapa --- plinth/templates/language-selection.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/plinth/templates/language-selection.html b/plinth/templates/language-selection.html index fcc76c62c..8c95bd6e5 100644 --- a/plinth/templates/language-selection.html +++ b/plinth/templates/language-selection.html @@ -22,15 +22,13 @@ {% load bootstrap %} -{% block content_row %} -
-
- {% csrf_token %} +{% block content %} + + {% csrf_token %} - {{ form|bootstrap }} + {{ form|bootstrap }} - -
-
+ + {% endblock %}