diff --git a/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html b/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html deleted file mode 100644 index e7200b8412..0000000000 --- a/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html +++ /dev/null @@ -1,34 +0,0 @@ -{% extends "base.html" %} - -{% load static %} -{% load projecttags %} -{% load humanize %} - -{% block title %} Welcome to Toaster {% endblock %} - -{% block pagecontent %} - -
-
- - -
- - The 'Build' mode allows you to configure and run your Yocto Project builds from Toaster. - -

-
-
- -{% endblock %}