From 4c464d3a9fdfe152bf243ccc1d43f579de11f2b8 Mon Sep 17 00:00:00 2001 From: Popo le Chien Date: Fri, 23 Aug 2024 12:49:59 +0200 Subject: [PATCH] Update recipient_image_uploaded_public.html (#443) * Update recipient_image_uploaded_public.html added troubleshooting link * fixed syntax --------- Co-authored-by: renaud gaudin --- scheduler/src/templates/recipient_image_uploaded_public.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler/src/templates/recipient_image_uploaded_public.html b/scheduler/src/templates/recipient_image_uploaded_public.html index 6efd9f6..a59c3dc 100644 --- a/scheduler/src/templates/recipient_image_uploaded_public.html +++ b/scheduler/src/templates/recipient_image_uploaded_public.html @@ -18,6 +18,6 @@

{{ _("You are allowed to share this link freely until %(expiration_date)s, after which the file will be permanently deleted.")|format(expiration_date=order.sd_card.expiration.strftime('%c')) }}

{{ _("To install the file onto a microSD card, we recommend using %(etcher_link)s.")|format(etcher_link=etcher_link)|safe }}

{{ _("You do not need to connect your Raspberry to a screen. Simply connect to the Hotspot by typing http://goto.kiwix.hotspot (or http://name.hotspot) in your browser's address bar (be mindful to use http and not https).")|safe }}

- +

{{ _("If you encounter any issue, check out our troubleshooting checklist before reaching out by responding to this email.") }}

{{ _("Have a nice day,") }}

{% endblock %}