1.1.12 add YandexMetrika tag for registration page
This commit is contained in:
@@ -463,7 +463,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="button_register">
|
<div class="button_register">
|
||||||
<button id="registration" onclick="sendRoute(this, {% if route.id%}{{ route.id }}{% endif %})"> {% translate "Разместить объявления" %} </button>
|
<button type="submit" id="registration" onclick="sendRoute(this, {% if route.id%}{{ route.id }}{% endif %})"> {% translate "Разместить объявления" %} </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
<span id="error_feedback_text">{{ form.errors.text_msg }}</span>
|
<span id="error_feedback_text">{{ form.errors.text_msg }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="button_feedback_form">
|
<div class="button_feedback_form">
|
||||||
<button onclick="RequestCommercialOffer(this)" id="send_feedback_form">{% translate 'Отправить сообщение' %}</button>
|
<button type="submit" onclick="RequestCommercialOffer(this)" id="send_feedback_form">{% translate 'Отправить сообщение' %}</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,10 @@
|
|||||||
<section class="register">
|
<section class="register">
|
||||||
<h1>{% translate "Регистрация" %}</h1>
|
<h1>{% translate "Регистрация" %}</h1>
|
||||||
|
|
||||||
<form name="registration_form" method="POST">
|
<form
|
||||||
|
name="registration_form"
|
||||||
|
onsubmit="ym(97070898,'reachGoal','Registration'); return true;"
|
||||||
|
method="POST">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user