On 10/18/07, johnny <[EMAIL PROTECTED]> wrote:
[snip]
{% custom_format_string1 a_object.3 %}
...
{% custom_format_string2 a_object.4 %}
...
@register.tag(name="custom_format_sting1")
...
@register.tag(name="custom_format_sting2")
The names you register are missing the r's in "string", but your template
code is including the r's.You need to make the names match.
Karen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---