From bc6a137f4f8193cadfa8a8d0e43875991d47a818 Mon Sep 17 00:00:00 2001 From: Awais Belal Date: Wed, 5 Sep 2018 22:26:44 -0700 Subject: toastergui/newproject.html: fix release divs The release drop down divs are not being closed appropriately, which showed adverse reactions on the UI that aligned the "Create project" button with the left edge of the screen without any margins. This fixes these divs which in turn aligns the button appropriately. [YOCTO #12891] Signed-off-by: Awais Belal Signed-off-by: David Reyna Signed-off-by: Richard Purdie --- lib/toaster/toastergui/templates/newproject.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/toaster/toastergui/templates/newproject.html b/lib/toaster/toastergui/templates/newproject.html index acb614e9d..bd03bb55d 100644 --- a/lib/toaster/toastergui/templates/newproject.html +++ b/lib/toaster/toastergui/templates/newproject.html @@ -54,12 +54,12 @@ {{release.helptext|safe}} {% endfor %} + + {% else %} {% endif %} - - {% endif %}
-- cgit 1.2.3-korg