aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates/500.html
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-01-19 15:57:06 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-01-19 15:57:06 +0000
commit9d76a3c52b8310726ec09e0262813f0438c21df6 (patch)
tree4acf47dce6c3aa75f8ad7c5cb56fe6486c2d64a7 /ctrack/templates/500.html
init commit - from cookiecutter
Diffstat (limited to 'ctrack/templates/500.html')
-rw-r--r--ctrack/templates/500.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/ctrack/templates/500.html b/ctrack/templates/500.html
new file mode 100644
index 0000000..21df606
--- /dev/null
+++ b/ctrack/templates/500.html
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+
+{% block title %}Server Error{% endblock %}
+
+{% 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 %}
+
+