blob: b9f8fee03773fdcf59744856f0ea6105740107b7 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001{% extends "base.html" %}
2{% load projecttags %}
3{% load humanize %}
4{% load static %}
5
6{% block pagecontent %}
7
8<div class="row-fluid air">
9 <div class="alert alert-info span8 lead">
10 <p"> The build artifact you are trying to download no longer exists.</p>
11 <p><a href="javascript:window.history.back()">Back to previous page</a></p>
12 </div>
13</div>
14{% endblock %}
15