summaryrefslogtreecommitdiff
path: root/templates/500.html
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2009-01-05 04:07:10 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2009-01-05 04:07:10 +0000
commit637d71d2c3a7c1c65a931e1eb094052a095cdf05 (patch)
treeca34a2fead939b133143ec7647a9437d52c89075 /templates/500.html
have at it
Diffstat (limited to 'templates/500.html')
-rw-r--r--templates/500.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/templates/500.html b/templates/500.html
new file mode 100644
index 0000000..84954d9
--- /dev/null
+++ b/templates/500.html
@@ -0,0 +1,37 @@
+{% extends 'base.html' %}
+{% load typogrify %}
+{% block pagetitle %}Luxagraf | Internal Server Error {% endblock %}
+{% block metadescription %}Luxagraf: {{object.dek|striptags|safe}}{% endblock %}
+
+
+ {% block title %}500 Internal Server Error{% endblock %}
+
+
+ {% block primary %}
+
+ <p>Holy crap, you broke the internet. The proper authorities have been notified and it will most likely be working again soon.</p>
+
+ {% endblock %}
+
+
+
+{% block sidebar %}
+<div id="sidebar">
+ <div id="nav" class="first"><a href="{{featured.get_previous_published.get_absolute_url}}" title="">&laquo;Previous</a></div>
+ <div class="blok">
+ <h4>Topography</h4>
+ {% chunk "regions_sidebar" %}
+ </div>
+ <div class="blok">
+ <h4>About Luxagraf</h4>
+ {% chunk "about_sidebar" %}
+
+ </div>
+
+ <div class="blok">
+ <h4>Follow Along</h4>
+ {% chunk "follow_sidebar" %}
+ </div>
+</div><!-- sidebar -->
+
+{% endblock %} \ No newline at end of file