summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/lorry.tpl4
1 files 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 @@
<th>URL</th> <td>{{lorry['url']}}</td>
% elif "urls" in lorry:
<th>URLs</th> <td>
- % for url in lorry['urls'].values():
- {{url}}<BR>
+ % for url_obj in lorry['urls']:
+ {{url_obj['url']}}<BR>
% end
</td>
% end