mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-31 07:09:45 +02:00
Show entity preview image on admin page
This commit is contained in:
parent
d3023ea945
commit
a925597565
5 changed files with 22 additions and 5 deletions
|
@ -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 %}
|
Loading…
Add table
Add a link
Reference in a new issue