1
0
Fork 0

Fix feed display

This commit is contained in:
Mouse Reeve 2020-03-09 17:27:54 -07:00
parent 78fa9a3a20
commit 99a060311b
5 changed files with 19 additions and 5 deletions

View file

@ -38,7 +38,7 @@
{% include 'snippets/tabs.html' with tabs=feed_tabs active_tab=active_tab %}
{% for activity in activities %}
{% include 'snippets/status.html' with status=activity depth=1 %}
{% include 'snippets/status.html' with status=activity depth=1 description=True %}
{% endfor %}
</div>