mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed typo and small formatting mistake in docs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
434bf737d4
commit
533b5c9324
2 changed files with 2 additions and 2 deletions
|
@ -787,7 +787,7 @@ the following line to your URLconf::
|
|||
starting point. It assumes you have a :file:`base.html` template that
|
||||
defines a ``content`` block:
|
||||
|
||||
.. code-block:: html
|
||||
.. code-block:: html+django
|
||||
|
||||
{% extends "base.html" %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue