Commit b563bca8 authored by Michael Lopez's avatar Michael Lopez

minor changes in lay-out for html file in announcements

parent 76e44e63
<p>Widget's Announcement Board</p>
<p>Announcements:</p>
{% for announcement in announcements %}
{% for announcement in announcements %} {% for reaction in reactions %}
<p>
{{ announcements.title }} by {{ announcements.author }} published {{
announcements.pub_datetime }}<br />
{{ announcements.body }}<br />
</p>
{% endfor %} {% for reaction in reactions %}
<p>
Like: {{ reactions.tally }}<br />
Love: {{ reactions.tally }}<br />
Angry: {{ reactions.tally }}
</p>
{% endfor %}
{% endfor %} {% 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