blob: 2d3d02c2e1feaf503e5562aac0840d89b796f18c [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001{% extends "base.html" %}
2{% load projecttags %}
3{% load humanize %}
4{% load static %}
5
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05006{% block title %} Build artifact does not exist - Toaster {% endblock %}
Patrick Williamsf1e5d692016-03-30 15:21:19 -05007
Patrick Williamsc124f4f2015-09-15 14:41:29 -05008{% block pagecontent %}
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05009 <div class="row-fluid air">
10 <div class="alert alert-info span8 lead">
11 <p>The build artifact you are trying to download does not exist.</p>
12 <p><a href="javascript:window.history.back()">Back to previous page</a></p>
13 </div>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014 </div>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015{% endblock %}
16