Fix #1279 : Fix "share a list" template

This commit is contained in:
Romain Neutron
2013-07-11 15:33:37 +02:00
parent abf76e2643
commit 0e5b1d62a1

View File

@@ -29,8 +29,8 @@
<img src="/skins/icons/user.png"/> <img src="/skins/icons/user.png"/>
</td> </td>
<td style="width:150px;padding:5px;"> <td style="width:150px;padding:5px;">
{{ owner.getUser().get_display_name() }} {{ owner.getUser(app).get_display_name() }}
<input type="hidden" name="usr_id" value="{{ owner.getUser().get_id() }}" /> <input type="hidden" name="usr_id" value="{{ owner.getUser(app).get_id() }}" />
</td> </td>
<td style="padding-right:10px;min-width:100px;"> <td style="padding-right:10px;min-width:100px;">
{% if app['authentication'].getUser().get_id() == owner.getUser(app).get_id() %} {% if app['authentication'].getUser().get_id() == owner.getUser(app).get_id() %}