0
0
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:
Matt Westcott 2014-08-27 12:46:33 +01:00
parent 9eabdc374b
commit fa482d372d

View File

@ -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'