Formatting and display fixes
This commit is contained in:
parent
b2e6b5c571
commit
f39cc6530b
2 changed files with 5 additions and 14 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue