summaryrefslogtreecommitdiff
path: root/templates/500.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-05-24 21:13:46 -0500
committerDan McGee <dan@archlinux.org>2010-05-24 21:13:46 -0500
commite817efad53bc075ca94e6effd6eb3b6c838e2e63 (patch)
tree6bd4dae53aca75fef1f7480769ca2c42fe473e85 /templates/500.html
parentb3e8354cdff4af8117feda0806a7c1104d5bb30e (diff)
parenta24e503a63599fb5495fd85cba5806a34c695bb6 (diff)
Merge branch 'redesign'
Conflicts: templates/public/download.html
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 9566fc29..7f040638 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 %}