summaryrefslogtreecommitdiff
path: root/yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html')
-rw-r--r--yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
deleted file mode 100644
index 2d3d02c2e..000000000
--- a/yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "base.html" %}
-{% load projecttags %}
-{% load humanize %}
-{% load static %}
-
-{% block title %} Build artifact does not exist - Toaster {% endblock %}
-
-{% block pagecontent %}
- <div class="row-fluid air">
- <div class="alert alert-info span8 lead">
- <p>The build artifact you are trying to download does not exist.</p>
- <p><a href="javascript:window.history.back()">Back to previous page</a></p>
- </div>
- </div>
-{% endblock %}
-