Commit d11a708a authored by Titia de Castro's avatar Titia de Castro

change how announcement reactions are displayed

parent ac905af1
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<div class="announcement-reactions"> <div class="announcement-reactions">
{% for reaction in announcement.reactions.all %} {% for reaction in announcement.reactions.all %}
<p>{{ reaction.reaction_name }} Reactions: {{ reaction.getTally }}</p> <p>{{ reaction.getTally }} {{ reaction.reaction_name }} Reactions</p>
{% endfor %} {% endfor %}
</div> </div>
{% endblock %} {% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment