summaryrefslogtreecommitdiff
path: root/docs/ref/templates
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2009-12-26 03:47:47 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2009-12-26 03:47:47 +0000
commit498c31364c06beea8dc83cc63c0cd006c6b4c625 (patch)
tree0ffe47fc666759aca3b0d137093573a9923d93fb /docs/ref/templates
parent81f994583c442609fc63c470f33bf8867f10c184 (diff)
[1.1.X] Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson.
Backport of r11990 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11991 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/templates')
-rw-r--r--docs/ref/templates/index.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/ref/templates/index.txt b/docs/ref/templates/index.txt
index d7bf99aa8c..6655b3da18 100644
--- a/docs/ref/templates/index.txt
+++ b/docs/ref/templates/index.txt
@@ -1,7 +1,8 @@
.. _ref-templates-index:
-Template reference
-==================
+=========
+Templates
+=========
Django's template engine provides a powerful mini-language for defining the
user-facing layer of your application, encouraging a clean separation of
@@ -17,4 +18,4 @@ an understanding of HTML; no knowledge of Python is required.
.. seealso::
For information on writing your own custom tags and filters, see
- :ref:`howto-custom-template-tags`. \ No newline at end of file
+ :ref:`howto-custom-template-tags`.