I'm sure it's not, that title was just click bait :-O
I have created a file called ltelayout.html, based on layout.html.
My new() method in default.py is:
def new():
return dict(form=SQLFORM(db.todo, submit_button='Save'))
My view new.html is:
{{extend 'ltelayout.html'}}
<h1>NEW!!</h1>
{{=form}}
But when I navigate to /default/new the H1 isn't there and it's using
layout.html, not ltelayout.html. It appears that SQFORM is somehow not
using the overrident view or something?
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.