diff --git a/app/templates/views/activity/all-activity.html b/app/templates/views/activity/all-activity.html index b925a7802..f590ec2d5 100644 --- a/app/templates/views/activity/all-activity.html +++ b/app/templates/views/activity/all-activity.html @@ -90,7 +90,7 @@ {% if all_jobs_dict %} {% for job in all_jobs_dict %} - + {{ job.job_id[:8] if job.job_id else 'Manually entered number' }} diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index 41cba8ff2..f4430e566 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -75,7 +75,7 @@ {% if job.created_by.name == current_user.name %} {% set notification = job.notifications[0] %} - + {{ job.job_id[:8] if job.job_id else 'Manually entered number' }} @@ -116,7 +116,7 @@ {% for job in jobs[:5] %} {% set notification = job.notifications[0] %} - + {{ job.job_id[:8] if job.job_id else 'Manually entered number' }}