1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-13 01:19:16 +01:00
lodel2_mirror/plugins/webui/templates/error.html
Yann 6f8c2d3173 Generic error template enhancement
Add the custom message provided by HttpException to the template
2016-09-30 11:58:00 +02:00

11 lines
167 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{status_code}} {{status_str}}</title>
</head>
<body>
{{status_code}} {{status_str}}
<hr/>
{{custom}}
</body>
</html>