--- a/src/cm/templates/site/user_list.html Mon Jan 25 12:57:01 2010 +0100
+++ b/src/cm/templates/site/user_list.html Mon Jan 25 14:23:35 2010 +0100
@@ -131,7 +131,7 @@
</th>
<th>{% up_down user__username %}{% blocktrans %}User{% endblocktrans %}{% endup_down %}</th>
{% if SHOW_EMAILS_IN_ADMIN %}<th>{% up_down user__email %}{% blocktrans %}Email{% endblocktrans %}{% endup_down %}</th>{% endif %}
- <th>{% up_down user__date_joined %}{% blocktrans %}Date joined{% endblocktrans %}{% endup_down %}</th>
+ <th>{% up_down -user__date_joined %}{% blocktrans %}Date joined{% endblocktrans %}{% endup_down %}</th>
<th>{% up_down role__name %}{% blocktrans %}Role{% endblocktrans %}{% endup_down %}</th>
<th>{% blocktrans %}Last week activity{% endblocktrans %}</th>
</tr>