Minor change to roster admin

This commit is contained in:
2024-12-29 22:06:25 +01:00
parent 0ea9978ffb
commit 159bc66b59

View File

@@ -118,13 +118,13 @@ class RollingStockAdmin(SortableAdminBase, admin.ModelAdmin):
readonly_fields = ("preview", "creation_time", "updated_time") readonly_fields = ("preview", "creation_time", "updated_time")
list_display = ( list_display = (
"__str__", "__str__",
"published",
"address", "address",
"manufacturer", "manufacturer",
"scale", "scale",
"item_number", "item_number",
"company", "company",
"country", "country",
"published",
) )
list_filter = ( list_filter = (
"rolling_class__type__category", "rolling_class__type__category",