I have a function to update opening hours:
@auth.requires_membership('homepage_manager')
def update_openinghours():
openinghours=db(db.openinghours.company_id==auth.user.company_id)\
.select(db.openinghours.ALL)
form=[]
if not openinghours or request.vars.x:
if not response
I seem to be full of elementary questions this week.
I've got a simple SQLFORM to add a row to a database, and I want to have a
cancel button along with the submit button.
How?
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this g
2 matches
Mail list logo