Changement theme avec jazzmin

This commit is contained in:
Ambulance Clerc
2023-06-04 10:41:33 +02:00
parent e55af28b25
commit 0730f7426b
10 changed files with 36 additions and 16 deletions

View File

@@ -84,7 +84,7 @@ class cr_Message_Admin(SummernoteModelAdmin):
always_show_username = True
list_display = ('id', 'DestGroup', 'sTitle', 'get_dtCreated', 'sAuthor','bEnabled', 'calc_read_quotas')
list_display = ('MessageId','sTitle', 'DestGroup', 'get_dtCreated', 'sAuthor','bEnabled', 'calc_read_quotas')
list_filter = ["sAuthor", StatusFilter]
fields = ["Caterogy", "DestGroup", 'sTitle', "sText", "dtValidityFrom", "dtValidityTo", "bEnabled"]
search_fields = ['sTitle', 'sText']