Changes between Version 5 and Version 6 of CookBookTemplateFilterBBCode


Ignore:
Timestamp:
Apr 9, 2007, 12:50:40 PM (18 years ago)
Author:
anonymous
Comment:

slight update for latest version of django

Legend:

Unmodified
Added
Removed
Modified
  • CookBookTemplateFilterBBCode

    v5 v6  
    11= CookBook - Template filter BBCode =
    2 django version : 0.91
     2django version : 0.96
    33
    44Many boards allow BBCode to format posts without allowing HTML. This is a save way to allow things like urls, emails, lists, etc.
     
    1313
    1414import re
    15 from django.core import template
     15from django import template
    1616register = template.Library()
    1717
Back to Top