aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/checkin/error.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2017-01-19 18:17:40 +0200
committerFilipp Lepalaan <filipp@mac.com>2017-01-19 18:17:40 +0200
commite9903924542441fd0839a8e4f649f32f26d10d13 (patch)
treea200a95c79661dbcba78202488d4a95a0aebf07f /servo/templates/checkin/error.html
parent4e7eea8ef9e017ef794dca8b9836de64bb826a02 (diff)
downloadServo-e9903924542441fd0839a8e4f649f32f26d10d13.tar.gz
Servo-e9903924542441fd0839a8e4f649f32f26d10d13.tar.bz2
Servo-e9903924542441fd0839a8e4f649f32f26d10d13.zip
Cleanup
Diffstat (limited to 'servo/templates/checkin/error.html')
-rw-r--r--servo/templates/checkin/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/checkin/error.html b/servo/templates/checkin/error.html
index eaa45d5..d21e91f 100644
--- a/servo/templates/checkin/error.html
+++ b/servo/templates/checkin/error.html
@@ -6,7 +6,7 @@
{% block main %}
<div class="container-narrow">
<div class="jumbotron">
- <h1>{% trans "Oops!" %}</h1>
+ <img src="{{ STATIC_URL }}/images/sadmac.png"/>
<p class="lead">{% trans "It appears that an error has occurred." %}</p>
<p>{{ message }}</p>
<a class="btn btn-large btn-success" href="{% url 'checkin-index' %}"><i class="icon-refresh icon-white"></i> {% trans "Try again" %}</a>