diff options
Diffstat (limited to 'yocto-poky/bitbake/lib/toaster/toastergui/templates/newcustomimage.html')
-rw-r--r-- | yocto-poky/bitbake/lib/toaster/toastergui/templates/newcustomimage.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/yocto-poky/bitbake/lib/toaster/toastergui/templates/newcustomimage.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/newcustomimage.html deleted file mode 100644 index 46aed901f..000000000 --- a/yocto-poky/bitbake/lib/toaster/toastergui/templates/newcustomimage.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "base.html" %} -{% load projecttags %} -{% load humanize %} -{% load static %} -{% block pagecontent %} - -{% include "newcustomimage_modal.html" %} -{% include "projecttopbar.html" %} - -{% url table_name project.id as xhr_table_url %} -<h2>{{title}} (<span class="table-count-{{table_name}}">0</span>)</h2> -{% include "toastertable.html" %} - -{% endblock %} |