1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.x] Misc doc cleanups.

Backport of 70c080fcdb from master
This commit is contained in:
minusf
2013-07-28 19:58:19 +09:00
committed by Tim Graham
parent 5f8bf4368d
commit 518faa19c1
2 changed files with 6 additions and 5 deletions

View File

@@ -45,7 +45,9 @@ A template contains **variables**, which get replaced with values when the
template is evaluated, and **tags**, which control the logic of the template.
Below is a minimal template that illustrates a few basics. Each element will be
explained later in this document.::
explained later in this document.
.. code-block:: html+django
{% extends "base_generic.html" %}