My next step would be to put some print statements inside your templatetag to try to figure out what if anything is being returned.
Side note, I would highly recommend moving the templatetags to your own app. It's not a very good idea to modify Mezzanine directly because if you ever upgrade Mezzanine your modifications will disappear. On Thu, Apr 9, 2015 at 1:59 PM, roland balint <[email protected]> wrote: > the code helped in triggering the page_teaser_tags.py file but no results > and no error either > > thx > Roland > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
