mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
[1.1.X] Fixed typo and small formatting mistake in docs
Backport of [13118] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d034374ea8
commit
027ba077ac
@ -1201,7 +1201,7 @@ For example::
|
|||||||
|
|
||||||
If ``value`` is ``123456789``, the output will be ``8``.
|
If ``value`` is ``123456789``, the output will be ``8``.
|
||||||
|
|
||||||
.. templatefilter:: iriendcode
|
.. templatefilter:: iriencode
|
||||||
|
|
||||||
iriencode
|
iriencode
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
@ -764,7 +764,7 @@ the following line to your URLconf::
|
|||||||
starting point. It assumes you have a :file:`base.html` template that
|
starting point. It assumes you have a :file:`base.html` template that
|
||||||
defines a ``content`` block:
|
defines a ``content`` block:
|
||||||
|
|
||||||
.. code-block:: html
|
.. code-block:: html+django
|
||||||
|
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user