Show primary character instead of username

This commit is contained in:
2012-06-08 19:30:23 +01:00
parent fb167c8b7b
commit 09a1f80b6a

View File

@@ -32,7 +32,7 @@
<td>{{ app.corporation }}</td> <td>{{ app.corporation }}</td>
<td>{{ app.get_status_display }}</td> <td>{{ app.get_status_display }}</td>
<td>{{ app.last_action.date }}</td> <td>{{ app.last_action.date }}</td>
<td>{{ app.last_action.user }}</td> <td>{{ app.last_action.user.profile.all.0.primary_character }}</td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>