Commit 36a0e6e7 authored by Ysabella Panghulan's avatar Ysabella Panghulan

Merge branch 'forumv2'

parents 68ae8df2 a1588eb6
......@@ -20,11 +20,9 @@
<div class="list">
<ol>
{% for post in forumposts %}
<li>
<a href="{{ post.get_absolute_url }}">
{{ post.title }} by {{ post.author.first_name }} {{ post.author.last_name }}
<li>{{ post.title }} by {{ post.author.first_name }} {{ post.author.last_name }}</li>
</a>
</li>
{% 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