Changes between Version 5 and Version 6 of CookBookTemplateFilterBBCode
- Timestamp:
- Apr 9, 2007, 12:50:40 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookTemplateFilterBBCode
v5 v6 1 1 = CookBook - Template filter BBCode = 2 django version : 0.9 12 django version : 0.96 3 3 4 4 Many boards allow BBCode to format posts without allowing HTML. This is a save way to allow things like urls, emails, lists, etc. … … 13 13 14 14 import re 15 from django .coreimport template15 from django import template 16 16 register = template.Library() 17 17