Skip to content

Commit 9d29803

Browse files
committed
Merge remote-tracking branch 'jdufresne/validate-redirects'
* jdufresne/validate-redirects: Fix HTML5 validation warnings and errors in redirect.html
2 parents 875eb03 + 641b581 commit 9d29803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debug_toolbar/templates/debug_toolbar/redirect.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{% load i18n static %}
22
<!DOCTYPE html>
3-
<html>
3+
<html lang="en">
44
<head>
5+
<title>Django Debug Toolbar Redirects Panel: {{ status_line }}</title>
56
</head>
67
<body>
78
<h1>{{ status_line }}</h1>

0 commit comments

Comments
 (0)