mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Fix small image bug
This commit is contained in:
parent
abc2748c56
commit
ba917fe644
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">
|
<div class="panel-heading">
|
||||||
<h4>{{ request_user.name }} {{ request_user.surname }}</h4>
|
<h4>{{ request_user.name }} {{ request_user.surname }}</h4>
|
||||||
{% if request_user.image_url %}
|
{% 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 %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
|
|
Loading…
Reference in a new issue