From 5b52376d9f55fa7889f39225e6035c6d69168b71 Mon Sep 17 00:00:00 2001 From: Nanami <122419523+matsuo1234567@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:09:34 +0900 Subject: [PATCH] Fixed HTML code snippet in Tutorial's part 7 when customizing the admin's site header. --- docs/intro/tutorial07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt index 7810ad7fad..f53d0b524c 100644 --- a/docs/intro/tutorial07.txt +++ b/docs/intro/tutorial07.txt @@ -367,7 +367,7 @@ a section of code like: .. code-block:: html+django {% block branding %} -
Polls Administration
+ {% endblock %} We use this approach to teach you how to override templates. In an actual