Thanks for your help! Was able to solve this.
Turns out that I was editing the wrong, but similar, view file.
Changing the variable from {{end = len(list)}} to {{right =
len(list)}} worked!

Thanks again.

On Mar 20, 9:45 pm, Massimo Di Pierro <[email protected]>
wrote:
> I think this is creating the problem: {{end = len(list)}}
>
> This is to be considered in a bug in the template parser. I think I
> have fixed it in trunk (please check it).
>
> Meanwhile if you choose to stable, you can remove the spaces
> {{end=len(list)}} and the problem should go away.
>
> Massimo
>
> On Mar 20, 8:05 pm, Neodudeman <[email protected]> wrote:
>
> > I searched my entire file for anything with the word 'end'
>
> > Closest things were {{end = len(list)}} and <!--End--> both of which
> > I've changed, and I've still got the error.
>
> > On Mar 20, 10:22 am, Massimo Di Pierro <[email protected]>
> > wrote:
>
> > > Do you have something like {{end}} in your view?
>
> > > The old template parse was more forgiving when it comes to invalid
> > > templates and did not support blocks.
>
> > > On Mar 20, 9:11 am, Neodudeman <[email protected]> wrote:
>
> > > > Hey guys, I'm stumped on this error that I'm getting.
>
> > > > I recently upgraded from Web2py 1.79 to 1.93, and when viewing a
> > > > certain, important, relatively complicated view file, I get this
> > > > error.
>
> > > > [The "end" tag is unmatched, please check if you have a starting
> > > > "block" tag]
>
> > > > And I can't, for the life of me, figure it out. The admin panel just
> > > > returns that the Socket Timed Out, in the rocket.py.
>
> > > > Could someone point me in the right direction, or maybe shed some
> > > > light on exactly what "end" tag it's talking about?

Reply via email to