Commit 3bc4706d authored by Joshua Son's avatar Joshua Son

Test: announcement code wip

parent 1def15b8
......@@ -2,10 +2,10 @@
{% block content %}
<h1> {{ announcement.announcement_title }} </h1>
<p> <em> by {{ announcement.author.first_name}} {{announcement.author.last_name}}, {{announcement.pub_date}} </em> </p>
<p> {{announcement.announcement_body</p>
<h1> {{ announce.announcement_title }} </h1>
<p> <em> by {{ announce.author.first_name}} {{announce.author.last_name}}, {{announce.pub_date}} </em> </p>
<p> {{announce.announcement_body</p>
<p> {% include "announcement/reactions_list.html" with reactions=announcement.reaction_list %}</p>
<p> {% include "announcement/reactions_list.html" with reactions=announce.reaction_list %}</p>
{% endblock %}
\ No newline at end of file
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