Changeset 420:ab00d78f4f0e
- Timestamp:
- Mar 24, 2012 11:38:38 AM (15 months ago)
- Branch:
- stable
- File:
-
- 1 edited
-
djangobb_forum/templates/djangobb_forum/topic.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
djangobb_forum/templates/djangobb_forum/topic.html
r396 r420 65 65 <a href="{% url djangobb:reputation post.user.username %}?action=plus&post_id={{ post.id }}"><img src="{{ STATIC_URL }}djangobb_forum/img/reputation/warn_add.gif" alt="+" /></a> <strong>{{ post.user.forum_profile.reply_total }} </strong><a href="{% url djangobb:reputation post.user.username %}?action=minus&post_id={{ post.id }}"><img src="{{ STATIC_URL }}djangobb_forum/img/reputation/warn_minus.gif" alt="-" /></a> 66 66 {% else %} 67 <strong>{{ post.user.forum_profile.reply_total }}</strong>67 <strong>{{ post.user.forum_profile.reply_total|default_if_none: "0" }}</strong> 68 68 {% endif %} 69 69 </dd>
Note: See TracChangeset
for help on using the changeset viewer.
