mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Tim Abbott
parent
c23cd837a0
commit
9ec4f726ac
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user