Changes between Version 1 and Version 2 of NewAdminChanges
- Timestamp:
- Oct 15, 2005, 8:52:03 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewAdminChanges
v1 v2 25 25 insert example 26 26 27 """Templates""" 27 '''Templates''' 28 28 A new tag called include which is an imporvement on ssi parsed. See #598. 29 29 Improved error reporting when debug is on. See #603. Also note that loaders must return a tuple of (source, filename) rather than just the source of a loaded template. 30 30 31 31 32 """Admin converted to separate templates""" 32 '''Admin converted to separate templates''' 33 33 34 34 The admin is now rendered using seperate templates.