mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 17:06:27 +00:00
Merge branch 'add-thumbnail-to-user-model' into 'dev'
Fix small issue with image displayed See merge request re2o/re2o!534
This commit is contained in:
commit
804101a9da
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<div class="panel-heading">
|
||||
<h4>{{ request_user.name }} {{ request_user.surname }}</h4>
|
||||
{% if request_user.image_url %}
|
||||
<img src="{{ users.image_url }}" height="42" width="42" />
|
||||
<img src="{{ request_user.image_url }}" height="42" width="42" />
|
||||
{% endif %}
|
||||
</div>
|
||||
<table class="table">
|
||||
|
|
Loading…
Reference in a new issue