[ICapCalendar] Rename entry => booked_entries and max_entry => max_entries
This commit is contained in:
parent
bf1e400f88
commit
a93a9025d6
2 changed files with 9 additions and 9 deletions
|
|
@ -53,8 +53,8 @@ class BaseCalendarEvent(CapBaseObject):
|
|||
category = StringField('Category of the event')
|
||||
description = StringField('Description of the event')
|
||||
price = FloatField('Price of the event')
|
||||
entry = IntField('Entry number')
|
||||
max_entry = IntField('Max entry number')
|
||||
booked_entries = IntField('Entry number')
|
||||
max_entries = IntField('Max entry number')
|
||||
event_planner = StringField('Name of the event planner')
|
||||
|
||||
#the following elements deal with ICalendar stantdards
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue