Validates html in feed views

This commit is contained in:
Mouse Reeve
2021-12-29 10:20:54 -08:00
parent 7eb8d027c4
commit 9facaf404f
2 changed files with 8 additions and 7 deletions

View File

@ -31,7 +31,7 @@
</div>
{% endif %}
{% endfor %}
<div class="is-main block" id="anchor-{{ status.id }}">
<div class="is-main block">
{% include 'snippets/status/status.html' with status=status main=True %}
</div>