From b4df883eee91955420f59ca307986c88219ea1e0 Mon Sep 17 00:00:00 2001 From: fonfon Date: Tue, 11 Nov 2014 22:39:23 +0100 Subject: [PATCH] adapted login form size; fixed wrong path of bootstrap.min.js --- plinth/templates/base.html | 2 +- plinth/templates/login.html | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 427c5418f..e83228719 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -161,7 +161,7 @@ - + {% block js_block %} {{ js|safe }} diff --git a/plinth/templates/login.html b/plinth/templates/login.html index 91ac6ed4c..7ae2a39be 100644 --- a/plinth/templates/login.html +++ b/plinth/templates/login.html @@ -23,9 +23,13 @@ {% block main_block %}
- {% csrf_token %} - {{ form|bootstrap }} +
+ {% csrf_token %} +
+ {{ form|bootstrap }} +
+