summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html')
-rw-r--r--import-layers/yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/import-layers/yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html b/import-layers/yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
deleted file mode 100644
index fc77e405f..000000000
--- a/import-layers/yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
+++ /dev/null
@@ -1,18 +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">
- <div class="col-md-8">
- <div class="alert alert-info lead top-air">
- <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>
- </div>
-{% endblock %}
-
OpenPOWER on IntegriCloud