blob: 2d3d02c2e1feaf503e5562aac0840d89b796f18c [file] [log] [blame]
{% extends "base.html" %}
{% load projecttags %}
{% load humanize %}
{% load static %}
{% block title %} Build artifact does not exist - Toaster {% endblock %}
{% block pagecontent %}
<div class="row-fluid air">
<div class="alert alert-info span8 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 %}