forked from CGM_Public/pretix_original
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