From: Awais Belal Date: Sun, 26 Aug 2018 22:33:28 +0000 (-0700) Subject: bitbake: toastergui/newproject.html: fix release divs X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc344a4285c2af8f66794bda899b4ee8434b4b58;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: 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] (Bitbake rev: a6e20bddddd083fbecb5ed8d5f4824da640fdd44) Signed-off-by: Awais Belal Signed-off-by: David Reyna Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/toaster/toastergui/templates/newproject.html b/bitbake/lib/toaster/toastergui/templates/newproject.html index acb614e9d37..bd03bb55d71 100644 --- a/bitbake/lib/toaster/toastergui/templates/newproject.html +++ b/bitbake/lib/toaster/toastergui/templates/newproject.html @@ -54,12 +54,12 @@ {{release.helptext|safe}} {% endfor %} + + {% else %} {% endif %} - - {% endif %}