mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-10 00:03:24 +00:00
Merge pull request #803 from ae-utbm/fix-promo-image
fix promo img on clicks
This commit is contained in:
commit
93cc6d99f8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user