mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
Merge pull request #313 from openclassify/dia
#900 [sahibinden-theme] duplicate phone numbers
This commit is contained in:
commit
44b3f869a7
@ -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 %}
|
||||||
Loading…
Reference in New Issue
Block a user