tomass wrote:

>I don't seem to be able to do {% extends "base_{{ reseller }}_.html" %}
>for instance.
>  
>
You can use the variable here like this:

    {% extends some_var %}

But without anything fancy like concatenations. You should hence set 
some_var to a full template name before it gets into the context.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to