From: Ian Jackson Date: Tue, 4 May 2021 11:22:12 +0000 (+0100) Subject: bundles download: Send url to web clients (fix) X-Git-Tag: otter-0.6.0~396 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3a952b846b4e31521b538846e6826625a2174a86;p=otter.git bundles download: Send url to web clients (fix) Signed-off-by: Ian Jackson --- 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 %}