Be able to filter by product

This commit is contained in:
Víðir Valberg Guðmundsson 2016-08-27 10:40:57 +02:00
parent d0c7484370
commit 87c9254d1f

View file

@ -100,6 +100,8 @@ class TicketModelAdmin(admin.ModelAdmin):
'checked_in'
]
list_filter = ['product']
actions = ['mark_as_arrived']