Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | {% extends "base.html" %} |
| 2 | {% load projecttags %} |
| 3 | {% load humanize %} |
| 4 | {% load static %} |
| 5 | |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame^] | 6 | {% block title %} Build artifact no longer exists - Toaster {% endblock %} |
| 7 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 8 | {% 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 | |