Thanks,
that did the trick.
On Jan 13, 6:02 pm, Ned Batchelder <[EMAIL PROTECTED]> wrote:
> You don't need {{ }} within the {% for .. %} tag. Try simply {% for
> tmpDict in assayDict.methods %}
>
> --Ned.http://nedbatchelder.com/blog
>
>
>
> [EMAIL PROTECTED] wrote:
> > Hello All,
>
> > I'm ru
You don't need {{ }} within the {% for .. %} tag. Try simply {% for
tmpDict in assayDict.methods %}
--Ned.
http://nedbatchelder.com/blog
[EMAIL PROTECTED] wrote:
> Hello All,
>
> I'm running into a little trouble using the template system of
> django.
> In python i created a list containing th
Hello All,
I'm running into a little trouble using the template system of
django.
In python i created a list containing the following info
[
{'value':1,"list":[{'assayValue':"20",assayName:"test1"},
{'assayValue':"21",assayName:"test2"},
{'assayValue':"22",assayName:"test3"}]},
{'value':2,"list"
3 matches
Mail list logo