Re: Problems with jquery and accessing django template system

2011-11-02 Thread Kevin Miller
Thanks Tom, but I have already tried that and it didn't work. On Wed, Nov 2, 2011 at 12:25 PM, Tom Evans wrote: > n Wed, Nov 2, 2011 at 5:13 PM, Kevin Miller wrote: >> I have a url that I need to attach to link that is in a jquery >> section.

Re: Problems with jquery and accessing django template system

2011-11-02 Thread Tom Evans
n Wed, Nov 2, 2011 at 5:13 PM, Kevin Miller wrote: > I have a url that I need to attach to link that is in a jquery > section. It seem like the django template system is not getting the > variable. For example: > > $.each(event,function(index,value){ >                      

Problems with jquery and accessing django template system

2011-11-02 Thread Kevin Miller
I have a url that I need to attach to link that is in a jquery section. It seem like the django template system is not getting the variable. For example: $.each(event,function(index,value){ var url = "{% url fiesta.views.detail "+ event[index].pk +" %}"