On Jul 28, 8:39 am, nicolas HERSOG <n.her...@gmail.com> wrote:
> Hi, I m new in django too but i ll try to help you.

That's nice from you, but you should possibly read the post you're
answering a bit more carefully:

> In your tem_tag.py can you add : @register.simle_tag just before you def you
> tag, just like this :
>
> @register.simle_tag
> def my_tag():
>     return blablabla


The OP is actually defining a template filter, not tag, so
register.simple_tag is not going to help...

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to