Show entity preview image on admin page

This commit is contained in:
Jan Böhmer 2023-02-05 20:00:11 +01:00
parent d3023ea945
commit a925597565
5 changed files with 22 additions and 5 deletions

View file

@ -87,6 +87,6 @@
{% trans %}user.new{% endtrans %}
{% endblock %}
{% block quick_links %}
<img src="{{ avatar_helper.avatarURL(entity) }}" style="height: 50px; width: 50px; object-fit: cover;">
{% block preview_picture %}
<img src="{{ avatar_helper.avatarURL(entity) }}" style="height: 50px;">
{% endblock %}