From 3a952b846b4e31521b538846e6826625a2174a86 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 4 May 2021 12:22:12 +0100 Subject: [PATCH] bundles download: Send url to web clients (fix) Signed-off-by: Ian Jackson --- nwtemplates/bundles-info-pane.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nwtemplates/bundles-info-pane.tera b/nwtemplates/bundles-info-pane.tera index 41b23d51..91a941a6 100644 --- a/nwtemplates/bundles-info-pane.tera +++ b/nwtemplates/bundles-info-pane.tera @@ -4,7 +4,7 @@ There is NO WARRANTY. --> {% for b in bundles %}
-{{ b.id }} +{{ b.id }} {{ b.title }}
{% endfor %} -- 2.30.2