mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Wider usage of the settings framework (#17)
This commit is contained in:
@@ -88,7 +88,7 @@ class EventAdmin(admin.ModelAdmin):
|
||||
inlines = [EventPermissionInline]
|
||||
list_display = ('name', 'slug', 'organizer', 'date_from')
|
||||
search_fields = ('name', 'slug')
|
||||
list_filter = ('date_from', 'locale', 'currency')
|
||||
list_filter = ('date_from', 'currency')
|
||||
|
||||
|
||||
class PropertyValueInline(admin.StackedInline):
|
||||
|
||||
Reference in New Issue
Block a user