Skip to content

Commit

Permalink
added more links to forum section on front page
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram de Jong committed Dec 4, 2009
1 parent 9eb2493 commit 013253b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freesound/templates/index.html
Expand Up @@ -92,8 +92,8 @@ <h3>Latest Forum Posts</h3>
{% for post in latest_forum_posts %}
<li class="{% cycle 'odd' 'even' %}">
<a href="{{post.get_absolute_url}}">{{post.thread.title}}</a><br />
in {{post.thread.forum}}<br />
by {{post.author.username}}, {{post.created|timesince}} ago
in <a href="{{post.thread.forum.get_absolute_url}}">{{post.thread.forum}}</a><br />
by <a href="{% url account post.author.username %}">{{post.author.username}}</a>, {{post.created|timesince}} ago
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 013253b

Please sign in to comment.