On Dec 12, 2005, at 12:28 PM, [EMAIL PROTECTED] wrote:
I had to copy django/contrib/markup/templatetags/markup.py to
django/templatetags and the with the {% load markup %} line the filter
works now.

You don't have to do that either.

Just put "django.contrib.markup" in your INSTALLED_APPS setting, then {% load markup %} will work. See http://www.djangoproject.com/ documentation/templates/#custom-tag-and-filter-libraries for more information.

Jacob

Reply via email to