email_base_messages: Add missing <body>.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-09-05 17:15:55 -07:00
committed by Tim Abbott
parent 9ec4f726ac
commit c3b55702db

View File

@@ -6,6 +6,7 @@
<title>Zulip</title>
<style>{{css_styles}}</style>
</head>
<body>
{% if has_preheader %}
<span style="display:none !important;
visibility:hidden;
@@ -25,4 +26,5 @@
{% endif %}
{% block content %}{% endblock %}
{% block manage_preferences %}{% endblock %}
</body>
</html>