Fix #898 -- Add setting to configure subevent ordering on frontpage (#906)

Fixes #898.
This commit is contained in:
Felix Rindt
2018-05-31 12:28:44 +02:00
committed by Raphael Michel
parent c4ed210fed
commit 6fe02f156a
6 changed files with 56 additions and 3 deletions

View File

@@ -495,6 +495,10 @@ Your {event} team"""))
'default': '',
'type': LazyI18nString
},
'frontpage_subevent_ordering': {
'default': 'date_ascending',
'type': str
},
}
settings_hierarkey = Hierarkey(attribute_name='settings')