summaryrefslogtreecommitdiffstats
path: root/templates/500.html
diff options
context:
space:
mode:
authorThayer Williams <thayerw@gmail.com>2010-03-16 19:19:29 +0100
committerDan McGee <dan@archlinux.org>2010-05-17 21:49:43 +0200
commitdd9f1e3e91db5ede16900fc9257f921b37538410 (patch)
tree6a733cb6e05e2cf8ce86a314d7d4f3ddddf4cb91 /templates/500.html
parent3be33a91a30b349c13191d11f625712352621390 (diff)
downloadarchweb-dd9f1e3e91db5ede16900fc9257f921b37538410.tar.gz
archweb-dd9f1e3e91db5ede16900fc9257f921b37538410.tar.xz
Updated error page semantics
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/500.html')
-rw-r--r--templates/500.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/500.html b/templates/500.html
index 9566fc2..7f04063 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -1,9 +1,9 @@
{% extends "base.html" %}
{% block content %}
- <div class="box">
- <h2>500 - Internal Server Error</h2>
- Something has gone horribly wrong. Back away slowly.
- </div>
+ <div id="error-page" class="box 500">
+ <h2>500 - Internal Server Error</h2>
+ <p>Something has gone horribly wrong. Back away slowly.</p>
+ </div>
{% endblock %}