From 443f7b39158c891015a791814b9b1fe2324edc41 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 12 Apr 2016 15:56:43 +0100 Subject: bitbake: toaster: Migrate project configuration from bootstrap 2 to bootstrap 3 Convert all the HTML templates, JS and CSS in the project parts of toaster to use bootstrap 3. (Bitbake rev: 69527a731eada699d3f604ff8f3ae9410981ba9b) Signed-off-by: Belen Barros Pena Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/base.html | 86 +++++++++++----------- 1 file changed, 44 insertions(+), 42 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates/base.html') diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 2cbc1872e8..73e4cd81c4 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -8,9 +8,8 @@ {% block title %} Toaster {% endblock %} - + - @@ -60,69 +59,72 @@ {% endblock %} - + {% csrf_token %} -