From 839bd0b3a97646d4ffd5402039d556448243cc69 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Thu, 16 Jan 2025 18:20:32 -0800 Subject: [PATCH] remove service --- app/main/views/dashboard.py | 1 - app/templates/views/dashboard/activity-table.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/main/views/dashboard.py b/app/main/views/dashboard.py index af081d645..812586a95 100644 --- a/app/main/views/dashboard.py +++ b/app/main/views/dashboard.py @@ -73,7 +73,6 @@ def service_dashboard(service_id): service_data_retention_days=service_data_retention_days, sms_sent=sms_sent, sms_allowance_remaining=sms_allowance_remaining, - service_id=service_id, ) diff --git a/app/templates/views/dashboard/activity-table.html b/app/templates/views/dashboard/activity-table.html index cbb7e0c87..7d4c4a07a 100644 --- a/app/templates/views/dashboard/activity-table.html +++ b/app/templates/views/dashboard/activity-table.html @@ -21,7 +21,7 @@ {% set notification = job.notifications[0] %} - + {{ job.id[:8] if job.id else 'Manually entered number' }}