mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Fix tests
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
|
||||
{% set list_participants = list_participants ~ '<a class="UserTips" tooltipsrc="' ~ path('prod_tooltip_user', { 'usr_id' : Participant.getUser().getId() }) ~ '" href="/user/'
|
||||
~ Participant.getUser().getId() ~ '/">'
|
||||
~ Participant.getUser().getDisplayName
|
||||
~ Participant.getUser().getDisplayName(app['translator'])
|
||||
~ '</a>' %}
|
||||
{% endfor %}
|
||||
{% trans with {'%list_participants%' : list_participants} %}Sent for validation to %list_participants%{% endtrans %}
|
||||
|
Reference in New Issue
Block a user