added utc showtime to admin
This commit is contained in:
parent
7227e231f0
commit
cf42c0dbd9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class ScheduleAdmin(admin.ModelAdmin):
|
|||
|
||||
@admin.register(Showing)
|
||||
class ShowingAdmin(admin.ModelAdmin):
|
||||
list_display = ["local_showtime", "movie"]
|
||||
list_display = ["local_showtime", "showtime", "movie"]
|
||||
|
||||
def local_showtime(self, obj):
|
||||
if obj.showtime:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue