Commit dcac6567 authored by Colleen's avatar Colleen

Fixed minor bug in details.html

parent 0c65f7d7
......@@ -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