~widelands-dev/widelands-website/add_DISPLAY_hint

« back to all changes in this revision

Viewing changes to pybb/templates/pybb/forum_row.html

  • Committer: Holger Rapp
  • Date: 2009-02-25 16:55:36 UTC
  • Revision ID: sirver@kallisto.local-20090225165536-3abfhjx8qsgtzyru
- Added my hacked version of pybb. Remerging new versions is very difficult at this point :(

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% load pybb_extras %}
 
2
 
 
3
{#{% if forum|pybb_has_unreads:user %}<span class="unread"></span>{% endif %}#}
 
4
<span class="title">{% pybb_link forum %}</span>
 
5
<span class="post_count">{{ forum.post_count }}</span>
 
6
{% if forum.updated %}
 
7
<span class="updated">{% pybb_time forum.updated %}</span>
 
8
{% endif %}
 
9
<div class="description">{{ forum.description|safe }}</div>