summaryrefslogtreecommitdiff
path: root/docs/templates.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-20 05:32:49 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-20 05:32:49 +0000
commit62db7c5c94f4ded89aa0d123cc40b1641504fa9b (patch)
tree471a71ad202abd432e75c4e7fad3a30e58eecd05 /docs/templates.txt
parent81fd300a4e6375c14843d3b5ac0911a15d92ca1a (diff)
Fixed another ReST bug in template docs from [969]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates.txt')
-rw-r--r--docs/templates.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/templates.txt b/docs/templates.txt
index 0cb3bd2627..e543b59763 100644
--- a/docs/templates.txt
+++ b/docs/templates.txt
@@ -508,7 +508,8 @@ Built-in tag reference
H Hour, 24-hour format. ``'00'`` to ``'23'``
i Minutes. ``'00'`` to ``'59'``
I Not implemented.
- j Day of the month without leading zeros. ``'1'`` to ``'31'``
+ j Day of the month without leading ``'1'`` to ``'31'``
+ zeros.
l Day of the week, textual, long. ``'Friday'``
L Boolean for whether it's a leap year. ``True`` or ``False``
m Month, 2 digits with leading zeros. ``'01'`` to ``'12'``