diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/newproject.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/newproject.html b/bitbake/lib/toaster/toastergui/templates/newproject.html index acb614e9d3..bd03bb55d7 100644 --- a/bitbake/lib/toaster/toastergui/templates/newproject.html +++ b/bitbake/lib/toaster/toastergui/templates/newproject.html | |||
@@ -54,12 +54,12 @@ | |||
54 | <span class="help-block">{{release.helptext|safe}}</span> | 54 | <span class="help-block">{{release.helptext|safe}}</span> |
55 | </div> | 55 | </div> |
56 | {% endfor %} | 56 | {% endfor %} |
57 | </div> | ||
58 | </div> | ||
57 | {% else %} | 59 | {% else %} |
58 | <input type="hidden" name="projectversion" value="{{releases.0.id}}"/> | 60 | <input type="hidden" name="projectversion" value="{{releases.0.id}}"/> |
59 | {% endif %} | 61 | {% endif %} |
60 | </div> | 62 | </div> |
61 | </div> | ||
62 | </fieldset> | ||
63 | {% endif %} | 63 | {% endif %} |
64 | <div class="top-air"> | 64 | <div class="top-air"> |
65 | <input type="submit" id="create-project-button" class="btn btn-primary btn-lg" value="Create project"/> | 65 | <input type="submit" id="create-project-button" class="btn btn-primary btn-lg" value="Create project"/> |