In the Django admin interface, you can add which columns are displayed as a preview before you click on a specific row. While working on changing partners' statuses, we noticed it would be more efficient to have that column as part of the preview data.
Acceptance Criteria
- Status column is added to the partner admin table
- Authorization method column is added to the partner admin table
- Filters by previously mentioned columns are added
