From 1ec7d16a3b3b8b8a240d6ffb530e7974abf7d663 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 17 Nov 2021 13:50:04 +0100 Subject: [PATCH] add date_begin --- teleforma/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/admin.py b/teleforma/admin.py index 51f35a33..b78db2c5 100644 --- a/teleforma/admin.py +++ b/teleforma/admin.py @@ -395,7 +395,7 @@ class ConferenceAdmin(admin.ModelAdmin): search_fields = ['public_id', 'id', 'course__code', 'course__title', 'session'] actions = [publish_conferences, duplicate_conferences] - list_display = ['__str__', 'public_id', 'comment'] + list_display = ['__str__', 'date_begin', 'public_id', 'comment'] class HomeAdmin(admin.ModelAdmin): -- 2.39.5