From 280d8ab831c3cbc19700d809c40c1e83e74eaa7e Mon Sep 17 00:00:00 2001 From: Garrett Edmonds <43251554+edmondsgarrett@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:15:37 -0500 Subject: [PATCH] Add 'Withdrawn' to status options (#314) --- apcd_cms/src/apps/admin_regis_table/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apcd_cms/src/apps/admin_regis_table/views.py b/apcd_cms/src/apps/admin_regis_table/views.py index a3cfffb4..cfc5eaa4 100644 --- a/apcd_cms/src/apps/admin_regis_table/views.py +++ b/apcd_cms/src/apps/admin_regis_table/views.py @@ -72,7 +72,7 @@ def get_context_data(self, registrations_content, registrations_entities, regist context = super(RegistrationsTable, self).get_context_data(*args, **kwargs) context['header'] = ['Business Name', 'Year', 'Type', 'Location', 'Registration Status', 'Actions'] - context['status_options'] = ['All', 'Received', 'Processing', 'Complete'] + context['status_options'] = ['All', 'Received', 'Processing', 'Complete', 'Withdrawn'] context['org_options'] = ['All'] try: