From e9dbf1ee11c1dda280b965b4b02881fc418f140c Mon Sep 17 00:00:00 2001 From: Albert Kolozsvari Date: Thu, 22 Apr 2021 10:09:29 +0100 Subject: [PATCH] Fix 16-04 links --- templates/16-04/index.html | 2 +- webapp/views.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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")