1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[1.5.x] Fixed a malformed link.

This commit is contained in:
Tim Graham 2013-01-27 06:09:36 -05:00
parent 5ab24e205a
commit c87f89c0db

View File

@ -277,7 +277,7 @@ you want to change the way the page looks, you'll have to edit this Python code.
So let's use Django's template system to separate the design from Python. So let's use Django's template system to separate the design from Python.
First, create a directory ``polls`` in your template directory you specified First, create a directory ``polls`` in your template directory you specified
in setting:`TEMPLATE_DIRS`. Within that, create a file called ``index.html``. in :setting:`TEMPLATE_DIRS`. Within that, create a file called ``index.html``.
Put the following code in that template: Put the following code in that template:
.. code-block:: html+django .. code-block:: html+django