mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
#3844 UZİCANİ.COM ( ÜRÜN YAZILARI MEVCUT AMA RESİMLER ORTAYA ÇIKMIYOR)
This commit is contained in:
parent
d4dd1a86a3
commit
df7a1c07b4
@ -9,12 +9,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
{% embed 'visiosoft.module.profile::profile/index' %}
|
{% embed 'visiosoft.module.profile::profile/index' %}
|
||||||
{% block detail %}
|
{% block detail %}
|
||||||
{% set profile_photo = user.file %}
|
{% set profile_photo = user.file ? user.file.make.url : img('visiosoft.module.profile::images/profile-default.png').url %}
|
||||||
{% if profile_photo %}
|
|
||||||
{% set profile_photo = file(profile_photo.id).url %}
|
|
||||||
{% else %}
|
|
||||||
{% set profile_photo = img('visiosoft.module.profile::images/profile-default.png').url %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<div class="row px-3">
|
<div class="row px-3">
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user