|
|
@@ -269,10 +269,10 @@
|
|
|
<div align="center">
|
|
|
{% if(licence.logo is null) %}
|
|
|
<img src="{{ asset_base64('images/picto_face.png') }}"
|
|
|
- height="62" style="max-width: 76px; max-height: 62px"/>
|
|
|
+ style="max-width: 76px; max-height: 62px"/>
|
|
|
{% else %}
|
|
|
<img src="{{ fileImagePath(licence.logo, 'sm') }}"
|
|
|
- height="62" style="max-width: 76px; max-height: 62px"/>
|
|
|
+ style="max-width: 76px; max-height: 62px"/>
|
|
|
{% endif %}
|
|
|
</div>
|
|
|
</td>
|