add jobgroup to the list

This commit is contained in:
2021-03-07 13:05:45 +00:00
parent 1228b15c31
commit bad0eab3f5

View File

@@ -116,6 +116,7 @@ class JobAdmin(admin.ModelAdmin):
list_display = [ list_display = [
"name", "name",
"job_group",
] ]
ordering = [ ordering = [
"name", "name",