hi atendo,
Atendo wrote:
> And then in the homepage index.html I've got this:
> ------------------------------------------------
> {% load industry_widget %}
> ------------------------------------------------
sorry if i miss the mark here but are you actually invoking the
templatetag you've loaded anywhere in your template? ie:
------------------------------------------------
{% load industry_widget %}
<div class="widgetbox">{% industry_widget %}</div>
------------------------------------------------
here you happen to have named your templatetag module and your inclusion
tag the same thing, but they are separate entities.
-jake
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---