Commit dcac6567 authored by Colleen's avatar Colleen

Fixed minor bug in details.html

parent 0c65f7d7
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
<ul> <ul>
{% for reaction in object.reactions.all %} {% for reaction in object.reactions.all %}
{{reaction.name}}: {{reaction.tally}}<br> {{reaction.name}}: {{reaction.tally}}<br>
{% empty %}
like: 0 <br>
love: 0 <br>
angry: 0 <br>
{% endfor %} {% endfor %}
</ul> </ul>
<button onclick="window.location.href='../../../announcements/{{object.id}}/edit/';"> <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