hi,
i am using the thumbnails app and have a line like this:

<img src = "{{ p.get_photo_url|thumbnail:"width=150" }}" 
width="150" />

i want to pass different widths depending on what the user wants. I 
tried this:

<img src = "{{ p.get_photo_url|thumbnail:"width={{size}}" }}" 
width="{{size}}" />

but it doesnt parse. Any clues?
-- 
regards
kg

http://www.livejournal.com/users/lawgon
tally ho! http://avsap.org.in
ಇಂಡ್ಲಿನಕ್ಸ வாழ்க!

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

Reply via email to