Hi, On Jul 20, 1:05 pm, RT <[email protected]> wrote: > I am customizing the satchmo_category templatetag. I do not want > empty categories to show up so I have set show_empty to false (both in > recurse_for_children) and anywhere it is called. This does not seem > to do anything. is there anything else that must be done to get > show_empty to have an effect?
I could be totally off(it's late here) but the function uses 'or' so the if statement will get executed unless all of them False. lzantal -- You received this message because you are subscribed to the Google Groups "Satchmo 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/satchmo-users?hl=en.
