Skip to content

Commit

Permalink
Add 'Withdrawn' to status options (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondsgarrett authored Sep 19, 2024
1 parent 973b4c2 commit 280d8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apcd_cms/src/apps/admin_regis_table/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 280d8ab

Please sign in to comment.