diff --git a/templates/16-04/index.html b/templates/16-04/index.html index 24f6d424e67..e9e19dae178 100644 --- a/templates/16-04/index.html +++ b/templates/16-04/index.html @@ -70,7 +70,7 @@

Ubuntu 16.04 LTS security updates

{% for notice in latest_notices %}
- {{ notice.title }}
+ {{ notice.title }}
{{ notice.date }}

diff --git a/webapp/views.py b/webapp/views.py index 91ec2d5fffa..2a6b098d335 100644 --- a/webapp/views.py +++ b/webapp/views.py @@ -107,6 +107,7 @@ def sixteen_zero_four(): latest_notices = [ { + "id": notice.get("id"), "title": notice.get("title"), "date": dateutil.parser.parse( notice.get("published")