From 27a212ad157c02670a908f641f79c02b752f61e6 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 23 Jun 2017 10:44:43 +0100 Subject: [PATCH] Re-add IDs for each notification to the jobs page The functional tests use this for the sending a CSV flow here: https://github.com/alphagov/notifications-functional-tests/blob/4ee47db85198ce6fa2be02e3f8f64d8d393d1356/tests/pages/pages.py#L365 --- app/templates/partials/jobs/notifications.html | 2 +- app/templates/views/activity/notifications.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/partials/jobs/notifications.html b/app/templates/partials/jobs/notifications.html index 4bec657b3..fe845ea7b 100644 --- a/app/templates/partials/jobs/notifications.html +++ b/app/templates/partials/jobs/notifications.html @@ -50,7 +50,7 @@ field_headings_visible=False ) %} {% call row_heading() %} - {{ item.to }} + {{ item.to }}

{{ item.preview_of_content }}

diff --git a/app/templates/views/activity/notifications.html b/app/templates/views/activity/notifications.html index cabcd436b..78479d2d3 100644 --- a/app/templates/views/activity/notifications.html +++ b/app/templates/views/activity/notifications.html @@ -17,7 +17,7 @@ ) %} {% call row_heading() %} - {{ item.to }} + {{ item.to }}

{{ item.preview_of_content }}