website/www/conservancy/templates/500.html

10 lines
195 B
HTML
Raw Normal View History

{% extends "base_error.html" %}
{% block content %}
<h1>500 Error</h1>
2010-09-27 00:27:31 +00:00
<p>The page you request at <tt>sfconservancy.org</tt> is
unavailable due to an internal server error.</p>
{% endblock %}