Files @ 3e998fa06f69
Branch filter:

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

bkuhn
Sponsors: Correct ratio for maximum 250x250 as required.

The image wasn't square like the old one was, so it was stretched with the
previous formulation.
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 %}