activity: Display email addresses in bold

(imported from commit 09f6a821ac8a0dad98d69e69a411cba0af424cec)
This commit is contained in:
Keegan McAllister
2012-12-04 16:13:13 -05:00
parent 6efe52b935
commit a54e009a3b

View File

@@ -23,7 +23,7 @@
<tbody> <tbody>
{% for row in rows %} {% for row in rows %}
<tr> <tr>
<td>{{ row.email }}</td> <td><strong>{{ row.email }}</strong></td>
<td sorttable_customkey="{{ row.get_updates_last|date:'YmdHi' }}">{{ row.get_updates_last }}</td> <td sorttable_customkey="{{ row.get_updates_last|date:'YmdHi' }}">{{ row.get_updates_last }}</td>
<td sorttable_customkey="{{ row.send_message_last|date:'YmdHi' }}">{{ row.send_message_last }}</td> <td sorttable_customkey="{{ row.send_message_last|date:'YmdHi' }}">{{ row.send_message_last }}</td>
{% if has_pointer %} {% if has_pointer %}