8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +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:
klafyvel 2020-05-21 18:20:52 +02:00
commit 804101a9da

View file

@ -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">