mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-05 14:55:20 +02:00
Patch function "Display Name" into admin page
This commit is contained in:
parent
1e54d44b19
commit
3e394faf92
@ -5,7 +5,11 @@
|
||||
<div class="div-circle elevation-2"><i class="fa fa-user text-lg text-dark"></i></div>
|
||||
</div>
|
||||
<div class="info">
|
||||
{%- if current_user.displayed_name %}
|
||||
<a href="{{ url_for('.user_settings') }}" class="d-block">{{ current_user.displayed_name }}</a>
|
||||
{% else %}
|
||||
<a href="{{ url_for('.user_settings') }}" class="d-block">{{ current_user }}</a>
|
||||
{%- endif %}
|
||||
</div>
|
||||
</div>
|
||||
{%- endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user