digest_base: Remove stray <body> tag.

We’re already inside the <body> provided by base.html.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-09-05 16:53:10 -07:00
committed by Tim Abbott
parent c23cd837a0
commit 9ec4f726ac

View File

@@ -6,7 +6,6 @@
{% endblock %}
{% block content %}
<body>
<div class="portico-wrap">
{% include 'zerver/portico-header.html' %}
</div>
@@ -27,5 +26,4 @@
</div>
{% include 'zerver/footer.html' %}
</div>
</body>
{% endblock %}