diff options
| author | Nanami <122419523+matsuo1234567@users.noreply.github.com> | 2023-12-14 22:09:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-14 10:09:34 -0300 |
| commit | 5b52376d9f55fa7889f39225e6035c6d69168b71 (patch) | |
| tree | b7fb7c45c51d16a3ec461464233a8064f3326354 /docs/intro/tutorial07.txt | |
| parent | d6c868a184e01f44302e8d31130fe1321208a6af (diff) | |
Fixed HTML code snippet in Tutorial's part 7 when customizing the admin's site header.
Diffstat (limited to 'docs/intro/tutorial07.txt')
| -rw-r--r-- | docs/intro/tutorial07.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} - <div id="site-name"><a href="{% url 'admin:index' %}">Polls Administration</a><div> + <div id="site-name"><a href="{% url 'admin:index' %}">Polls Administration</a></div> {% endblock %} We use this approach to teach you how to override templates. In an actual |
