diff options
Diffstat (limited to 'pyblackbird_cc/templates/500.html')
-rw-r--r-- | pyblackbird_cc/templates/500.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pyblackbird_cc/templates/500.html b/pyblackbird_cc/templates/500.html deleted file mode 100644 index c4e2fa3..0000000 --- a/pyblackbird_cc/templates/500.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} - -{% block title %} - Server Error -{% endblock title %} -{% block content %} - <h1>Ooops!!! 500</h1> - <h3>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 %} |