Files @ 6e3b2a22bedd
Branch filter:

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

bkuhn
Animate the progress bar at page load.

This is perhaps too flashy, but it does successfully animate the
progress bar up to the target amount, and also changes the amount until
it reaches the total raised so far.
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 %}