master
fefa4ka 10 years ago
parent 7b9bafdb45
commit 10f987060d
  1. 8
      djangocms_forms/templates/djangocms_forms/form_template/detail_results.html
  2. 2
      zsite/static/less/header.less
  3. 4
      zsite/templates/form_template/order_modal.html

@ -13,5 +13,13 @@
<h2 class="m-offset-top">Ваше обращение <strong>№ {{ results.id }}</strong> зарегистрировано</h2>
{% else %}
<ul class="list-unstyled list-inline">
<li><a href="{{ current_page.parent.get_absolute_url }}">{{ current_page.parent }}</a></li>
<li>&rarr;</li>
<li><a href="{{ request.META.HTTP_REFERER }}">{{ results.plugin.name }}</a></li>
<li>&rarr;</li>
<li>Consulting</li>
</ul>
<h2>Your message is registered under <strong>№ {{ results.id }}</strong></h2>
{% endif %}

@ -29,6 +29,8 @@
line-height: 17px;
font-size: 14px;
margin: 0;
}
}

@ -8,7 +8,7 @@
{% if instance.title != instance.name %}
<h1 class="title">{{ instance.title }}</h1>
{% if request.LANGUAGE_CODE == 'ru' %}
<h2 class="title">Услуги «{{ instance.name }}»</h2>
<h2 class="title">Услуга «{{ instance.name }}»</h2>
{% else %}
<h2 class="title">{{ instance.name }} Service</h2>
{% endif %}
@ -105,7 +105,7 @@
{% if request.LANGUAGE_CODE == 'ru' %}
<p>Вы можете <em>обратить к нам с вопросом</em> или <em>заказать услугу</em> «{{ instance.name }}»</p>
{% else %}
<p>We <em>give you free advice</em> and provide "{{ instance.name }}" service</p>
<p>We will <em>give you free advice</em> and provide "{{ instance.name }}" service</p>
{% endif %}
</div>

Loading…
Cancel
Save