afisha phone from server

This commit is contained in:
root 2023-01-10 12:56:35 +05:00
parent c2353474b2
commit 23f1ccb372
2 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ function onStart(){
</div>
{% endif %}
{% if post.afisha_address %}
{% if post.afisha_phone %}
<div class="affiche-item-data-row">
<div class="affiche-item-data-img">
<img src="{{'assets/new/icons/phone.svg'|theme}}" alt="" />

View File

@ -24,12 +24,12 @@
</div>
{% endif %}
{% if post.afish_phone %}
{% if post.afisha_phone %}
<div class="affiche-item-data-row">
<div class="affiche-item-data-img">
<img src="{{'assets/new/icons/phone.svg'|theme}}" alt="" />
</div>
<span>{{ post.afish_phone }}</span>
<span>{{ post.afisha_phone }}</span>
</div>
{%endif%}