Commit c3693b0a authored by Ysabella Panghulan's avatar Ysabella Panghulan

Merge branch 'announcementsv2'

parents 7f746275 58df9e25
......@@ -20,8 +20,8 @@
{% for announcement in announcements %}
<li>
<a href="{{ announcement.get_absolute_url }}">
{{ announcement.title }} by {{ announcement.author.first_name }} {{
announcement.author.last_name }}
{{ announcement.title }} by {{ announcement.author.first_name }}
{{ announcement.author.last_name }}
</a>
</li>
{% 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