]> git.ipfire.org Git - people/jschlag/pbs.git/commit - src/web/handlers_base.py
errors: Move error page templates to their own directory.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Dec 2012 13:46:32 +0000 (14:46 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Dec 2012 13:46:32 +0000 (14:46 +0100)
commitae4c835ae24c810fa5f1503ad4eb0ba14efba842
tree5f5f0b676f044729c6e1e104e389913ea6c63cd1
parent62c7e7cd7bc218772a590f2bf8e61ae57e4bf68d
errors: Move error page templates to their own directory.

Also add a nicer message for 400 - bad request.
data/templates/errors/error-400.html [new file with mode: 0644]
data/templates/errors/error-403.html [moved from data/templates/error-403.html with 91% similarity]
data/templates/errors/error-404.html [moved from data/templates/error-404.html with 100% similarity]
data/templates/errors/error.html [moved from data/templates/error.html with 97% similarity]
web/handlers_base.py