aboutsummaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorCédric Picard <cedric.picard@efrei.net>2014-11-28 20:26:12 +0100
committerCédric Picard <cedric.picard@efrei.net>2014-11-28 20:26:12 +0100
commitfc9f8632da09763b54e25861dc6e1798091d0bba (patch)
tree2d69c7553d9a8fc4020fc16c9d795e7a0de46def /views
parent1b76a20a35bb3b0644a63d8c8c61a588788627b9 (diff)
downloadpasteme-fc9f8632da09763b54e25861dc6e1798091d0bba.tar.gz
pasteme-fc9f8632da09763b54e25861dc6e1798091d0bba.tar.bz2
pasteme-fc9f8632da09763b54e25861dc6e1798091d0bba.zip
Changed from internal error to bad request error
Diffstat (limited to 'views')
-rw-r--r--views/bad_request.tpl (renamed from views/internal_error.tpl)4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/internal_error.tpl b/views/bad_request.tpl
index 804ade3..e21eddc 100644
--- a/views/internal_error.tpl
+++ b/views/bad_request.tpl
@@ -1,10 +1,10 @@
<html>
<head>
-<title>Internal Server Error (500)</title>
+<title>Bad request (400)</title>
</head>
<body>
<h2>Hello</h2>
-<p>Your request generated a server error.</p>
+<p>I don't know how to manage your request.</p>
<p>If you think that your request was valid, please report this issue</p>