mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Address PR comments
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</a>
|
||||
{% if application.get_creator() is not none %}
|
||||
<small>
|
||||
{% set user_name = application.get_creator().getDisplayName(app['translator']) %}
|
||||
{% set user_name = application.get_creator().getDisplayName() %}
|
||||
{% trans with {'%user_name%' : user_name} %}par %user_name%{% endtrans %}
|
||||
</small>
|
||||
{% endif%}
|
||||
|
Reference in New Issue
Block a user