mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
email_base_messages: Add missing <body>.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9ec4f726ac
commit
c3b55702db
@@ -6,6 +6,7 @@
|
|||||||
<title>Zulip</title>
|
<title>Zulip</title>
|
||||||
<style>{{css_styles}}</style>
|
<style>{{css_styles}}</style>
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
{% if has_preheader %}
|
{% if has_preheader %}
|
||||||
<span style="display:none !important;
|
<span style="display:none !important;
|
||||||
visibility:hidden;
|
visibility:hidden;
|
||||||
@@ -25,4 +26,5 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
{% block manage_preferences %}{% endblock %}
|
{% block manage_preferences %}{% endblock %}
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user