1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[5.1.x] Added missing lang attributes to html elements in docs.

Backport of 97a6a678c4 from main.
This commit is contained in:
Johanan-Ayadata
2024-10-22 22:20:55 +00:00
committed by Sarah Boyce
parent ffc67aac1e
commit 5045dab4f9
3 changed files with 4 additions and 4 deletions

View File

@@ -309,7 +309,7 @@ Here's what the "base.html" template, including the use of :doc:`static files
:caption: ``templates/base.html``
{% load static %}
<html>
<html lang="en">
<head>
<title>{% block title %}{% endblock %}</title>
</head>