website/www/conservancy/templates/500.html

10 lines
209 B
HTML
Raw Normal View History

{% extends "base_error.html" %}
{% block content %}
<h1>500 Error</h1>
<p>The page you request at <tt>conservancy.softwarefreedom.org</tt> is
unavailable due to an internal server error.</p>
{% endblock %}