diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-11-30 05:18:57 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-11-30 05:18:57 +0000 |
| commit | bfa742b6ea876efd430579599106f6dea5524cd4 (patch) | |
| tree | 7a4598d4fe6a9789b8f520a47256265c32e12f62 /docs | |
| parent | e0e084e01775aca946d83d1eefa6e25aaf3ee42e (diff) | |
Edited docs/templates.txt changes from [6533]. Let's not smash people over the head with an only marginally important piece of information in the very first paragraph of the document.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6770 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/templates.txt b/docs/templates.txt index 07258bb46a..1c80f7578a 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -2,9 +2,11 @@ The Django template language: For template authors ================================================== -This document explains the language syntax of the Django template system. If -you're looking for a more technical perspective on how it works and how to -extend it, see `The Django template language: For Python programmers`_. +.. admonition:: About this document + + This document explains the language syntax of the Django template system. If + you're looking for a more technical perspective on how it works and how to + extend it, see `The Django template language: For Python programmers`_. Django's template language is designed to strike a balance between power and ease. It's designed to feel comfortable to those used to working with HTML. If |
