diff options
Diffstat (limited to 'yaksh/templates/500.html')
-rw-r--r-- | yaksh/templates/500.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/yaksh/templates/500.html b/yaksh/templates/500.html new file mode 100644 index 0000000..d02721f --- /dev/null +++ b/yaksh/templates/500.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block content %} +Internal Server error.<br /> +This event will be reported.<br /> +Sorry for the inconvinience. +{% endblock %} |