Formatting and display fixes

This commit is contained in:
Mouse Reeve
2020-02-15 13:07:57 -08:00
parent b2e6b5c571
commit f39cc6530b
2 changed files with 5 additions and 14 deletions

View File

@ -86,6 +86,9 @@
{% elif activity.activity_type == 'Follow' %}
started following someone
</h2>
{% elif activity.activity_type == 'Note' %}
posted</h2>
{{ activity.content.object.content | safe }}
{% else %}
{# generic handling for a misc activity, which perhaps should not be displayed at all #}
did {{ activity.activity_type }}