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

Merge branch 'forumv2'

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