Commit d77ce1ea authored by Ysabella Panghulan's avatar Ysabella Panghulan

Merge branch 'announcementsv2'

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