fix #1706 marmiton and 750g are now working using browser2
This commit is contained in:
parent
e0cb4118f8
commit
8250846448
9 changed files with 151 additions and 260 deletions
|
|
@ -63,7 +63,7 @@ class Recipe(BaseObject):
|
|||
instructions = StringField('Instruction step list of the recipe')
|
||||
comments = Field('User comments about the recipe', list)
|
||||
|
||||
def __init__(self, id, title):
|
||||
def __init__(self, id='', title=u''):
|
||||
BaseObject.__init__(self, id)
|
||||
self.title = title
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue