Improve poll/question support

This commit is contained in:
Thomas Sileo
2019-07-07 17:48:45 +02:00
parent 7048de7ba5
commit e24da84985
4 changed files with 43 additions and 15 deletions

View File

@@ -58,7 +58,7 @@
{% if item | has_type('question_ended') %}
<p style="margin-left:70px;padding-bottom:5px;display:inline-block;"><span class="bar-item-no-hover">poll ended</span></p>
{{ utils.display_note(item.activity.object) }}
{{ utils.display_note(item.activity) }}
{% endif %}
{% endif %}