where is the offending line in design.html?

On Nov 15, 1:47 pm, Branko Vukelic <bg.bra...@gmail.com> wrote:
> Probably a missing {{if something}} somewhere. Maybe {{for}} in
> templates could be wrapped in an implicit if block. Like when you say:
>
> {{ for something in other}}
>    blah blah
> {{pass}}
>
> could translate to:
>
> if other:
>     for something in other:
>         blah blah
>
> Would that be too much work, Massimo?
>
>
>
> On Mon, Nov 15, 2010 at 7:52 PM, Emanuel Woiski <woi...@gmail.com> wrote:
> > Hello
> > I had the same problem, same message, when trying Instant Press (I have
> > filled issue 12 there)!
> > regards
> > woiski
>
> > 2010/11/10 Jose <jjac...@gmail.com>
>
> >> I have to edit some applications problems with the new admin. With
> >> some works without problems. In other gives the following error:
>
> >> Traceback (most recent call last):
> >>  File "/usr/home/jose/web2py/gluon/restricted.py", line 188, in
> >> restricted
> >>    exec ccode in environment
> >>  File "/usr/home/jose/web2py/applications/admin/views/default/
> >> design.html", line 290, in <module>
> >>    </div>
> >> IndexError: list index out of range
>
> >> Jose
>
> --
> Branko Vukelić
>
> bg.bra...@gmail.com
> stu...@brankovukelic.com
>
> Check out my blog:http://www.brankovukelic.com/
> Check out my portfolio:http://www.flickr.com/photos/foxbunny/
> Registered Linux user #438078 (http://counter.li.org/)
> I hang out on identi.ca:http://identi.ca/foxbunny
>
> Gimp Brushmakers Guildhttp://bit.ly/gbg-group

Reply via email to