diff --git a/lib/toaster/toastergui/templates/base.html b/lib/toaster/toastergui/templates/base.html index c1d0693066..073c34243c 100644 --- a/lib/toaster/toastergui/templates/base.html +++ b/lib/toaster/toastergui/templates/base.html @@ -120,11 +120,19 @@ -
- New project -
- - {% if non_cli_projects.count > 0 %} + + + {% if BUILD_MODE %} +
+ New project +
+ {% endif %} + + + {% if BUILD_MODE and non_cli_projects.count > 0 %}