Browse Source

Generic error template enhancement

Add the custom message provided by HttpException to the template
Yann Weber 7 years ago
parent
commit
6f8c2d3173
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      plugins/webui/templates/error.html

+ 2
- 0
plugins/webui/templates/error.html View File

@@ -5,5 +5,7 @@
5 5
 	</head>
6 6
 	<body>
7 7
 		{{status_code}} {{status_str}}
8
+		<hr/>
9
+		{{custom}}
8 10
 	</body>
9 11
 </html>

Loading…
Cancel
Save