We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 875eb03 + 641b581 commit 9d29803Copy full SHA for 9d29803
debug_toolbar/templates/debug_toolbar/redirect.html
@@ -1,7 +1,8 @@
1
{% load i18n static %}
2
<!DOCTYPE html>
3
-<html>
+<html lang="en">
4
<head>
5
+ <title>Django Debug Toolbar Redirects Panel: {{ status_line }}</title>
6
</head>
7
<body>
8
<h1>{{ status_line }}</h1>
0 commit comments