view web/hgbook/templates/500.html @ 736:1de6cbdcc619

Add some sanity checks
author Dongsheng Song <dongsheng.song@gmail.com>
date Mon, 16 Mar 2009 17:13:50 +0800
parents ad304b606163
children
line wrap: on
line source

{% extends "simple.html" %}

{% block title %}Internal Server Error{% endblock %}

{% block body %}
<p>Sorry, we hit <a
href="http://www.haskell.org/haskellwiki/Bottom">&perp;</a> when
trying to process your request.  If possible, please let <a
href="mailto:bos@serpentine.com">Bryan</a> know that this problem happened,
and what you were doing when it occurred.</p>
{% endblock %}