mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 03:31:04 +01:00
indexed -> index in EventPage
This commit is contained in:
parent
9eabdc374b
commit
fa482d372d
@ -229,9 +229,9 @@ class EventPage(Page):
|
||||
)
|
||||
|
||||
search_fields = (
|
||||
indexed.SearchField('get_audience_display'),
|
||||
indexed.SearchField('location'),
|
||||
indexed.SearchField('body'),
|
||||
index.SearchField('get_audience_display'),
|
||||
index.SearchField('location'),
|
||||
index.SearchField('body'),
|
||||
)
|
||||
|
||||
password_required_template = 'tests/event_page_password_required.html'
|
||||
|
Loading…
Reference in New Issue
Block a user