Files @ 875a3650f38d
Branch filter:

Location: website/www/conservancy/templates/500.html

bkuhn
Minor changes to formatting and header text.

The email address to contact about the GPL Compliance Program for Linux
Developers was incorrect, that's fixed to
<linux-services@sfconservancy.org> instead of
<compliance@sfconservancy.org>.

Add "Template Only" as a background image to the actual text to
discourage people from signing this unilaterally.
1
2
3
4
5
6
7
8
9
{% extends "base_error.html" %}
{% block content %}

<h1>500 Error</h1>

<p>The page you request at <tt>sfconservancy.org</tt> is
unavailable due to an internal server error.</p>

{% endblock %}