Merge pull request #313 from openclassify/dia

#900 [sahibinden-theme] duplicate phone numbers
This commit is contained in:
Fatih Alp 2020-02-13 09:45:22 +03:00 committed by GitHub
commit 44b3f869a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
{% if params.showTheme %}
{% set profile = findUserProfile(params.adv.created_by_id) %} {% set profile = findUserProfile(params.adv.created_by_id) %}
{% if profile.gsm_phone is not null %} {% if profile.gsm_phone is not null %}
<div class="col-md-12 m-2 number-container"> <div class="col-md-12 m-2 number-container">
@ -23,3 +24,4 @@
</button> </button>
</div> </div>
{% endif %} {% endif %}
{% endif %}