Moves status templates into dir

This commit is contained in:
Mouse Reeve
2021-02-23 13:34:16 -08:00
parent 27d81306e3
commit a0b57837a7
10 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
{% endwith %}
{% endif %}
{% include 'snippets/status.html' with status=status main=is_root %}
{% include 'snippets/status/status.html' with status=status main=is_root %}
{% if depth <= max_depth and direction >= 0 %}
{% for reply in status|replies %}