diff options
author | Madhusudan.C.S | 2011-01-19 18:36:29 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2011-01-19 18:36:29 +0530 |
commit | c27efe4e00243cb368b6a0837ed1eb5ffd1ce115 (patch) | |
tree | 2c2547140b6c22d2964a8ef7c795793fae62b4cf | |
parent | 3951c63235cc0ffe435418f6fe768987cf63e824 (diff) | |
download | pytask-c27efe4e00243cb368b6a0837ed1eb5ffd1ce115.tar.gz pytask-c27efe4e00243cb368b6a0837ed1eb5ffd1ce115.tar.bz2 pytask-c27efe4e00243cb368b6a0837ed1eb5ffd1ce115.zip |
Add a template page for server error config. HTTP 500.
-rw-r--r-- | pytask/templates/500.html | 5 |
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 %} |