summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pytask/templates/500.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/pytask/templates/500.html b/pytask/templates/500.html
new file mode 100644
index 0000000..2815e2c
--- /dev/null
+++ b/pytask/templates/500.html
@@ -0,0 +1,5 @@
+{% extends 'base.html' %}
+{% block content %}
+ There was an error in rendering the page you requested for. The admin has been notified about it.<br />
+ Please <a href="javascript:history.go(-1)">click here</a> to get back to the previous page.
+{% endblock %}