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 %}