This commit is contained in:
Matthew Dillon 2016-01-19 15:10:09 -07:00
commit 7ba937ef66
66 changed files with 1823 additions and 0 deletions

14
ccdb/templates/500.html Normal file
View file

@ -0,0 +1,14 @@
{% extends "base.html" %}
{% block title %}Server Error{% endblock %}
{% block content %}
<h1>Error</h1>
<h3>Sorry about that, it looks like something went wrong.</h3>
<p>
We track these errors automatically, but if the problem persists feel free
to contact us. In the meantime, try refreshing.
</p>
{% endblock content %}