Skip to content

Commit 5c1a4d4

Browse files
committed
changes
1 parent 23a7629 commit 5c1a4d4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

backend/grants/admin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ class GrantAdmin(ExportMixin, ConferencePermissionMixin, admin.ModelAdmin):
416416
list_filter = (
417417
"conference",
418418
"status",
419+
"pending_status",
419420
"country_type",
420421
"occupation",
421422
"approved_type",
@@ -451,6 +452,7 @@ class GrantAdmin(ExportMixin, ConferencePermissionMixin, admin.ModelAdmin):
451452
{
452453
"fields": (
453454
"status",
455+
"pending_status",
454456
"approved_type",
455457
"country_type",
456458
"ticket_amount",

backend/submissions/admin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ class Meta:
128128
"slug",
129129
"speaker",
130130
"status",
131+
"pending_status",
131132
"type",
132133
"duration",
133134
"topic",
@@ -223,6 +224,7 @@ class SubmissionAdmin(ExportMixin, ConferencePermissionMixin, admin.ModelAdmin):
223224
"slug",
224225
"speaker",
225226
"status",
227+
"pending_status",
226228
"created",
227229
"modified",
228230
"type",

0 commit comments

Comments
 (0)