diff options
Diffstat (limited to 'templates/404.html')
-rw-r--r-- | templates/404.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/404.html b/templates/404.html deleted file mode 100644 index d65d1a7..0000000 --- a/templates/404.html +++ /dev/null @@ -1,5 +0,0 @@ -{% extends 'base.html' %} -{% block content %} - The page you requested does not exist.<br /> - <a href="javascript:history.go(-1)">Click here</a> to get back to the previous page. -{% endblock %} |