mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed example indentation in howto/overriding-templates.txt.
This commit is contained in:
parent
5a91ad3d71
commit
bcb91611ec
@ -111,7 +111,7 @@ reimplement the entire template.
|
|||||||
For example, you can use this technique to add a custom logo to the
|
For example, you can use this technique to add a custom logo to the
|
||||||
``admin/base_site.html`` template:
|
``admin/base_site.html`` template:
|
||||||
|
|
||||||
.. code-block:: html+django
|
.. code-block:: html+django
|
||||||
:caption: ``templates/admin/base_site.html``
|
:caption: ``templates/admin/base_site.html``
|
||||||
|
|
||||||
{% extends "admin/base_site.html" %}
|
{% extends "admin/base_site.html" %}
|
||||||
|
Loading…
Reference in New Issue
Block a user