fix promo img on clicks

This commit is contained in:
thomas girod 2024-09-01 12:33:49 +02:00
parent a4d801bed4
commit 85a99fc8fa

View File

@ -64,7 +64,7 @@
</div>
{% endif %}
</div>
{% if user.promo %}
{% if user.promo and user.promo_has_logo() %}
<div class="user_mini_profile_promo">
<img src="{{ static('core/img/promo_%02d.png' % user.promo) }}" title="Promo {{ user.promo }}" alt="Promo {{ user.promo }}" class="promo_pict" />
</div>