blob: 0301a6c6082354058bd17232c5722a1519ef524e [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 Williamsf1e5d692016-03-30 15:21:19 -05006{% block title %} Build artifact no longer exists - Toaster {% endblock %}
7
Patrick Williamsc124f4f2015-09-15 14:41:29 -05008{% block pagecontent %}
9
10<div class="row-fluid air">
11 <div class="alert alert-info span8 lead">
12 <p"> The build artifact you are trying to download no longer exists.</p>
13 <p><a href="javascript:window.history.back()">Back to previous page</a></p>
14 </div>
15</div>
16{% endblock %}
17