From 62db7c5c94f4ded89aa0d123cc40b1641504fa9b Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 20 Oct 2005 05:32:49 +0000 Subject: [PATCH] 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 --- docs/templates.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'``