Commit 6de739bc authored by Joshua Son's avatar Joshua Son

Fix: reactions showing hopefully fixed

parent 578c4f34
......@@ -5,9 +5,9 @@
<p><b>{{announcement.announcement_title}}</b> dated {{announcement.pub_date}}</p>
<p>{{announcement.announcement_body}}</p>
{% if announcement.reaction_list != NULL %}
<p>{% include "reaction_list.html" with reaction=announcement.reaction_list %}</p>
{% endif %}
<p>{% include "reaction_list.html" with reaction=reaction.announcement %}</p>
{{ value|linebreaks }}
{% endfor %}
......
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