mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix #1279 : Fix "share a list" template
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
<img src="/skins/icons/user.png"/>
|
||||
</td>
|
||||
<td style="width:150px;padding:5px;">
|
||||
{{ owner.getUser().get_display_name() }}
|
||||
<input type="hidden" name="usr_id" value="{{ owner.getUser().get_id() }}" />
|
||||
{{ owner.getUser(app).get_display_name() }}
|
||||
<input type="hidden" name="usr_id" value="{{ owner.getUser(app).get_id() }}" />
|
||||
</td>
|
||||
<td style="padding-right:10px;min-width:100px;">
|
||||
{% if app['authentication'].getUser().get_id() == owner.getUser(app).get_id() %}
|
||||
|
Reference in New Issue
Block a user