Skip to content

Commit

Permalink
Fixed HTML code snippet in Tutorial's part 7 when customizing the adm…
Browse files Browse the repository at this point in the history
…in's site header.
  • Loading branch information
matsuo1234567 authored Dec 14, 2023
1 parent d6c868a commit 5b52376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/tutorial07.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b52376

Please sign in to comment.