Updated links

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