[Add a 500 error page. Bryan O'Sullivan **20070915063346] { hunk ./web/rwh/templates/404.html 6 -
Sorry, we hit when trying to find the -page you requested.
-{% endblock %} +

Sorry, we hit when trying to find the +page you requested.

+{% endblock %} addfile ./web/rwh/templates/500.html hunk ./web/rwh/templates/500.html 1 +{% extends "base.html" %} + +{% block title %}Internal Server Error{% endblock %} + +{% block body %} +

Sorry, we hit when +trying to process your request. If possible, please let Bryan know that this problem happened, +and what you were doing when it occurred.

+{% endblock %} }