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:
@@ -55,7 +55,7 @@
|
||||
</div>
|
||||
{% else %}
|
||||
{% if app['authentication'].getUser() is not none %}
|
||||
{% set username = '<b>' ~ app['authentication'].getUser().getDisplayName(app['translator']) ~ '</b>' %}
|
||||
{% set username = '<b>' ~ app['authentication'].getUser().getDisplayName() ~ '</b>' %}
|
||||
<div id="hello-box" class="span6 offset3">
|
||||
<p class="login_hello">
|
||||
{% trans with {'%username%' : username} %}Hello %username%{% endtrans %}
|
||||
|
@@ -38,7 +38,7 @@
|
||||
</div>
|
||||
|
||||
{% if app['authentication'].getUser() is not none %}
|
||||
{% set username = '<b>' ~ app['authentication'].getUser().getDisplayName(app['translator']) ~ '</b>' %}
|
||||
{% set username = '<b>' ~ app['authentication'].getUser().getDisplayName() ~ '</b>' %}
|
||||
<div id="hello-box" class="span6 offset3">
|
||||
<p class="login_hello">
|
||||
{% trans with {'%username%' : username} %}Hello %username%{% endtrans %}
|
||||
|
Reference in New Issue
Block a user