Sfoglia il codice sorgente

Generic error template enhancement

Add the custom message provided by HttpException to the template
Yann Weber 8 anni fa
parent
commit
6f8c2d3173
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      plugins/webui/templates/error.html

+ 2
- 0
plugins/webui/templates/error.html Vedi 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…
Annulla
Salva