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