8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-19 00:52:52 +00:00

Fix small image bug

This commit is contained in:
Leila 2020-05-21 17:08:44 +02:00 committed by Gabriel Detraz
parent 593ec4b6cb
commit ee42f45576

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