﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30521	Default error webpages are not correctly-formed html pages.	Ruben Garcia	Alexandre Varas	"The default page served for the 404 error in ""DEBUG=False"" mode is (django 2.2.1):
<h1>Not Found</h1><p>The requested resource was not found on this server.</p>

I would expect that by default, a full webpage is sent to the user, thus:
<html>
<body>
<h1>Not Found</h1><p>The requested resource was not found on this server.</p>
</body>
</html>

In ""DEBUG=True"" mode, the webpage served is correct html:
<!DOCTYPE html>
<html lang=""en"">
...
</html>"	Cleanup/optimization	closed	Error reporting	dev	Normal	fixed			Accepted	1	0	0	0	1	0
