Fix list editor template

This commit is contained in:
Romain Neutron
2012-02-02 19:12:30 +01:00
parent cd2549ca17
commit 117329b732

View File

@@ -61,7 +61,7 @@
<input name="usr_id" value="{{ user.get_id() }}" type="hidden" /> <input name="usr_id" value="{{ user.get_id() }}" type="hidden" />
</td> </td>
<td> <td>
{{ user.get_display_name() }} {{ user.get_firstname() }} / {{ user.get_lastname() }}
</td> </td>
<td> <td>
{{ user.get_company() }} {{ user.get_company() }}