Code optimisation.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Gregory Trullemans 2021-12-22 14:10:33 +01:00
parent 411f096d78
commit d2fdccb4e1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<div class="block block-four"></div>
<a href="javascript:void(0)">
{% if gymnast.picture %}
<img src="{{ MEDIA_ROOT }}{{ gymnast.picture.url }}" alt="{{ gymnast }}" class="avatar">
<img src="{{ gymnast.picture.url }}" alt="{{ gymnast }}" class="avatar">
{% endif %}
<h4 class="title mb-2">{{ gymnast.first_name }} {{ gymnast.last_name }}</h4>
</a>