Closed ralsina closed 9 years ago
For this code to be more reusable, logic needs to be outside the tags.
This branch does that for most tags, plus adds a couple of naïve replacements for Django's conditional_escape and force_unicode
conditional_escape
force_unicode
Since I am not very familiar with Django templatetags, if any branch was going to break stuff it's this one ;-)
For this code to be more reusable, logic needs to be outside the tags.
This branch does that for most tags, plus adds a couple of naïve replacements for Django's
conditional_escape
andforce_unicode
Since I am not very familiar with Django templatetags, if any branch was going to break stuff it's this one ;-)