|
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
|
</div> |
|
|
|
|
{% endif %} |
|
|
|
|
<div class="form-wrapper"> |
|
|
|
|
<form action="{{ form.submission_url }}" method="POST" enctype="multipart/form-data" onsubmit="yaCounter950321.reachGoal('Order'); ga('send', 'event', 'Service', 'order', document.title); return true;"> |
|
|
|
|
<form action="{{ form.submission_url }}" method="POST" enctype="multipart/form-data" class="request" onsubmit="yaCounter950321.reachGoal('Order'); ga('send', 'event', 'Service', 'order', document.title); return true;"> |
|
|
|
|
<div class="form-errors" style="display:none;"></div> |
|
|
|
|
|
|
|
|
|
<div class="field-wrapper"> |
|
|
|
|
@ -103,7 +103,7 @@ |
|
|
|
|
</div> |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<button class="btn btn-consultation xs-offset-bottom" ng-click="open('{{ instance.id }}');" onclick="yaCounter950321.reachGoal('OrderOpen'); ga('send', 'event', 'Service', 'order_open', document.title); return true;" value="">{{ instance.title }}</button> |
|
|
|
|
<button class="btn btn-consultation btn_request xs-offset-bottom" ng-click="open('{{ instance.id }}');" onclick="yaCounter950321.reachGoal('OrderOpen'); ga('send', 'event', 'Service', 'order_open', document.title); return true;" value="">{{ instance.title }}</button> |
|
|
|
|
{% if request.LANGUAGE_CODE == 'ru' %} |
|
|
|
|
<p>Вы можете <em>обратить к нам с вопросом</em> или <em>заказать услугу</em> «{{ instance.name }}»</p> |
|
|
|
|
{% else %} |
|
|
|
|
|