From 912ddb16bca464eb9fc0d1e170fcee6406a7319c Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 22 Nov 2005 04:42:26 +0000 Subject: [PATCH] Fixed formatting bug in docs/templates.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1341 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/templates.txt b/docs/templates.txt index 53bd431e96..06910e1a91 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -768,6 +768,7 @@ fix_ampersands Replaces ampersands with ``&`` entities. floatformat +~~~~~~~~~~~ Displays a floating point number as 34.2 (with one decimal places) -- but only if there's a point to be displayed.