Great, this seems to work a treat!
Thanks, Tom
--~--~-~--~~~---~--~~
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
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 i
2 matches
Mail list logo