html templates - for-cycle without a variable

2008-07-03 Thread antony_h
How could I repeat my 20 times? I've found how I can repeat it 5 times: {% for a in 12345|make_list %} {% endfor %} But it's not so great for e.g. a hundred Usage: my designer wants to test his layout and I don't want to create a custom tag for such a simple task --~--~-~--~~---

(sorry for flooding)

2008-07-03 Thread antony_h
'Messages from new members are moderated' - didn't notice --~--~-~--~~~---~--~~ 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

html templates - for cycle without a variable

2008-07-03 Thread antony_h
How could I repeat my 20 times? I've found how I can repeat it 5 times: {% for a in 12345|make_list %} {% endfor %} But it's not so great for e.g. a hundred Usage: my designer wants to test his layout and I don't want to create a custom tag for such a simple task --~--~-~--~~---

html templates - 'for' cycle without a variable

2008-07-03 Thread antony_h
How could I repeat my 20 times? I've found how I can repeat it 5 times: {% for a in 12345|make_list %} {% endfor %} But it's not so great for e.g. a hundred Usage: my designer wants to test his layout and I don't want to create a custom tag for such a simple task --~--~-~--~~---