Changeset 4998
- Timestamp:
- 04/12/07 06:12:45 (2 years ago)
- Files:
-
- django/trunk/docs/templates.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates.txt
r4885 r4998 703 703 "raw" value. In this example, "f" is backslash-escaped, because otherwise 704 704 "f" is a format string that displays the time. The "o" doesn't need to be 705 escaped, because it's not a format character .::705 escaped, because it's not a format character:: 706 706 707 707 It is the {% now "jS o\f F" %} 708 708 709 (Displays "It is the 4th of September" %} 709 This would display as "It is the 4th of September". 710 710 711 711 regroup
