svg
This commit is contained in:
@ -390,7 +390,12 @@
|
||||
{% endif %}
|
||||
|
||||
<!-- BOTTOM ------------------------------------------------------------------------------------------------------------------------------------------------------!-->
|
||||
<div id="bottom" class="grid-item grid-item-full" style="height:300px">
|
||||
<div id="bottom" class="grid-item grid-item-full" style="height:300px;margin-top:60px;">
|
||||
<div style="text-align:center">
|
||||
{% set qrCode = qr_code_result(absolute_url(path("app_home"))) %}
|
||||
<img src="{{ qrCode.dataUri }}" width="200px" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- ADDMODAL ------------------------------------------------------------------------------------------------------------------------------------------------------!-->
|
||||
|
@ -382,6 +382,15 @@
|
||||
<i class="fab fa-youtube"></i> Youtube = <a href="{{ config.youtube }}" target="_blank" title="Youtube">{{ config.youtube }}</a><br>
|
||||
{% endif %}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- BOTTOM ------------------------------------------------------------------------------------------------------------------------------------------------------!-->
|
||||
<div id="bottom" class="grid-item grid-item-full" style="height:300px;margin-top:60px;">
|
||||
<div style="text-align:center">
|
||||
{% set qrCode = qr_code_result(absolute_url(path("app_home_user",{userpseudo:user.slug}))) %}
|
||||
<img src="{{ qrCode.dataUri }}" width="200px" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user