mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed typo in docs/templates.txt. Thanks, pbx
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -616,7 +616,7 @@ Note that you can backslash-escape a format string if you want to use the | ||||
| "f" is a format string that displays the time. The "o" doesn't need to be | ||||
| escaped, because it's not a format character.:: | ||||
|  | ||||
|     It is the {% "jS o\f F" %} | ||||
|     It is the {% now "jS o\f F" %} | ||||
|  | ||||
| (Displays "It is the 4th of September" %} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user