Commit 58df9e25 authored by Ysabella Panghulan's avatar Ysabella Panghulan

fixed typo in announcement template

parent 303a62fd
......@@ -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