On Sat, Aug 25, 2012 at 1:28 AM, Syam Palakurthy
<syampalakur...@gmail.com>wrote:

> Hi, Can you please elaborate on how to use this block in the template
> code?  I've tried adding this into my details template code in various
> places and cannot get it to successfully work.  Also, any
> suggestions/examples you could point me to would be much appreciated.
>
>
Sorry, it's {% load url from future %}, not import. Brain misfired and put
Python word in place of Django template language.

See the forward compatibility note here:
https://docs.djangoproject.com/en/1.3/ref/templates/builtins/#url

Karen
-- 
http://tracey.org/kmt/

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to