generic-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html

17 lines
476 B
HTML

{% extends "base.html" %}
{% load projecttags %}
{% load humanize %}
{% load static %}
{% block title %} Build artifact does not exist - Toaster {% endblock %}
{% block pagecontent %}
<div class="row air">
<div class="alert alert-info col-md-8 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 %}