summaryrefslogtreecommitdiff
path: root/docs/ref/templates
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2009-12-26 03:44:21 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2009-12-26 03:44:21 +0000
commitc6fa4936b327f969cfd87517af2aa7c17980b0be (patch)
treebef58ad59a6c6a5a82eb08713889dd5a97d4887b /docs/ref/templates
parent39122c841f0105ea66ad6d39d4cc8025cf5813b3 (diff)
Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11990 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`.