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:
committed by
Sarah Boyce
parent
ffc67aac1e
commit
5045dab4f9
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user