add jobgroup to the list
This commit is contained in:
@@ -116,6 +116,7 @@ class JobAdmin(admin.ModelAdmin):
|
|||||||
|
|
||||||
list_display = [
|
list_display = [
|
||||||
"name",
|
"name",
|
||||||
|
"job_group",
|
||||||
]
|
]
|
||||||
ordering = [
|
ordering = [
|
||||||
"name",
|
"name",
|
||||||
|
|||||||
Reference in New Issue
Block a user