On Fri, May 1, 2009 at 4:07 PM, zayatzz <alan.kesselm...@gmail.com> wrote:

>
> As far as i know all templatetag errors fail silently (true?)


Actually templatetags can throw errors in the templates by, well, throwing
an uncaught exception (try the url tag that doesn't have a reverse without
'as' in it). So if there was an error in your template tag or it through one
of the errors you programmed in, you would see it.


> In any
> case im not getting an error, but i dont get this paragraph with The
> time is text either.


This is a major clue. Even if nothing was returned from your template tag
the paragraph text would still show up. My bet is that you don't have a
Block 'arts' in the "front/index.html." You will need that if you want it to
display. See
http://docs.djangoproject.com/en/dev/topics/templates/#template-inheritance

I hope that helps,

Michael

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