diff --git a/app/templates/views/notifications.html b/app/templates/views/notifications.html index 02743791e..a4c0a4a1a 100644 --- a/app/templates/views/notifications.html +++ b/app/templates/views/notifications.html @@ -49,16 +49,16 @@
{{ pill( - 'Type', - type_filters, - request_args.get('template_type', '') + 'Status', + status_filters, + request_args.get('status', '') ) }}
{{ pill( - 'Status', - status_filters, - request_args.get('status', '') + 'Type', + type_filters, + request_args.get('template_type', '') ) }}