This commit is contained in:
SBD
2024-04-12 17:29:35 +03:00
parent 7daadc816c
commit 10e8d477e5
5 changed files with 32 additions and 28 deletions

View File

@@ -72,7 +72,7 @@
<div class="text_another_subscribe padding-n-width-another-subscribes ">
{% translate "Период" %}: <span class="orange-text">{{ item.period_name }}</span>
</div>
<button class="read_more_about_subscribe" onclick="send_subscribe({{ item.id }})">{% translate "Перейти" %}</button>
<button class="read_more_about_subscribe" onclick="send_subscribe({{ item.id }},'{% if page.url == 'for_movers' or page.url == 'for_customers' %}a{% endif %}','{% url "profile_page" "my_subscribe" %}')">{% translate "Перейти" %}</button>
</div>
{% endif %}