Commit d74d0526 authored by Ysabella Panghulan's avatar Ysabella Panghulan

edited a href positioning in announcements.htmlm

parent f4bab3a2
......@@ -17,12 +17,11 @@
<div>
<ol>
{% for announcement in announcements %}
<li>
<a href="{{ announcement.get_absolute_url }}">
{{ announcement.title }} by {{ announcement.author.first_name }}
{{ announcement.author.last_name }}
</a>
<li>
{{ announcement.title }} by {{ announcement.author.first_name }} {{ announcement.author.last_name }}
</li>
</a>
{% endfor %}
</ol>
</div>
......
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