From cb5b33ed07402b887735ee4e70fcbf2062c8f247 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 17 Sep 2021 14:51:52 -0700 Subject: [PATCH] emails: Fix missing ul tag in day1 email template. --- .../zerver/emails/followup_day1.source.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/templates/zerver/emails/followup_day1.source.html b/templates/zerver/emails/followup_day1.source.html index 95300a1b85..1b9a553138 100644 --- a/templates/zerver/emails/followup_day1.source.html +++ b/templates/zerver/emails/followup_day1.source.html @@ -21,16 +21,18 @@

{{ _('Your account details:') }} -

  • {% trans organization_url=macros.link_tag(realm_uri) %}Organization URL: {{ organization_url }}{% endtrans %}
  • - {% if ldap %} - {% if ldap_username %} -
  • {% trans %}Username: {{ ldap_username }}{% endtrans %}
  • + {% trans apps_page_link="https://zulip.com/apps" %}(you'll need these to sign in to the mobile and desktop apps){% endtrans %}