Commit 8275c411 authored by Neal Luigi D. Rodriguez's avatar Neal Luigi D. Rodriguez
parents c7b674a4 dcac6567
......@@ -10,6 +10,10 @@
<ul>
{% for reaction in object.reactions.all %}
{{reaction.name}}: {{reaction.tally}}<br>
{% empty %}
like: 0 <br>
love: 0 <br>
angry: 0 <br>
{% endfor %}
</ul>
<button onclick="window.location.href='../../../announcements/{{object.id}}/edit/';">
......
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