- Timestamp:
- Feb 25, 2011 2:17:20 PM (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
djangobb/djangobb_forum/templates/forum/user.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
djangobb/djangobb_forum/templates/forum/user.html
r270 r326 106 106 {% else %} 107 107 <dd>{% trans "(Unknown)" %}</dd> 108 {% endif %} </dd>108 {% endif %} 109 109 </dl> 110 110 <div class="clearer"></div> … … 118 118 <dl> 119 119 <dt>{% trans "Posts:" %} </dt> 120 <dd>{{ profile.forum_profile.post_count }} - <a href="{% url djangobb:search %}?action=show_user& user_id={{ profile.id }}">{% trans "Show all posts" %}</a></dd>120 <dd>{{ profile.forum_profile.post_count }} - <a href="{% url djangobb:search %}?action=show_user&user_id={{ profile.id }}">{% trans "Show all posts" %}</a></dd> 121 121 <dt>{% trans "Last post:" %} </dt> 122 122 {% if profile.forum_profile.last_post %}
Note: See TracChangeset
for help on using the changeset viewer.
