Updated links

parent 931cacce
......@@ -8,9 +8,7 @@
<div id = "object_container">
<ul id = "object_list">
{% for announce in announcement %}
<li>
<a href = "{{ announce.pk }}/details/" class = "item">{{ announce.title }} by {{ announce.author.first_name }} {{ announce.author.last_name }}</a> <br>
</li>
<a href = "{{ announce.pk }}/details/" class = "item">{{ announce.title }} by {{ announce.author.first_name }} {{ announce.author.last_name }}</a> <br>
{% endfor %}
<li>
<a href="add/" class="item">Add Announcement</a>
......
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