boobcoming: fix event planner display
This commit is contained in:
parent
47d4105d8e
commit
de4e85e249
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class UpcomingFormatter(IFormatter):
|
|||
result += u'City: %s\n' % obj.city
|
||||
|
||||
if hasattr(obj, 'event_planner') and not empty(obj.event_planner):
|
||||
result += u'Event planner: %s/%s \n' % (obj.event_planner)
|
||||
result += u'Event planner: %s\n' % obj.event_planner
|
||||
|
||||
if hasattr(obj, 'booked_entries') and not empty(obj.booked_entries) and \
|
||||
hasattr(obj, 'max_entries') and not empty(obj.max_entries):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue