I'm using a custom templatetag, named "ifgreaterthan", as seen here:
http://nrcfosshelpline.in/code/browser/trunk/web/templatetags/base_utils.py

When template inheritance *isn't* used, any {% block xyz %} that
exists inside this tag shows correctly on the rendered page. However,
if the content of such a block is overridden, it no longer appears on
the rendered page. The tag's content still shows though.

My guess is that the way this custom tag is implemented makes
inheritance not possible, but I can't see what it might be missing...

Any thoughts?

--
Filipe


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to