Hello,
imagine tag, that has one parameter. Typical usage will look like this:

{% img img_url %} or {% img "http://x.y/z.gif"; %}

These two cases are simple to implement, the problem arises when 
parameter would be a combination of variable content and string - 
something like this:

{% img {{BASE_URL}}/path/z.gif %}

I know, it's syntactical nonsense. But does anybody know about some way 
how to combine variable content with string content? Is it possible?

For example, very crude way could be something like

{% img %} {{BASE_URL}}/path/z.gif {% endimg %}

-- 

                        Tomas Kopecek
                        e-mail: permonik at mesias.brnonet.cz
                         ICQ: 114483784

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to