From 36d5cb9385717a6e5a93c9b916348b1aab1bce98 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Thu, 5 May 2022 23:55:39 +0100 Subject: Fix lorry template Update to match new raw-file format. --- templates/lorry.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/lorry.tpl b/templates/lorry.tpl index b9b74fa..02c2ae8 100644 --- a/templates/lorry.tpl +++ b/templates/lorry.tpl @@ -18,8 +18,8 @@ URL {{lorry['url']}} % elif "urls" in lorry: URLs - % for url in lorry['urls'].values(): - {{url}}
+ % for url_obj in lorry['urls']: + {{url_obj['url']}}
% end % end -- cgit v1.2.1