From 10f987060d4b3cfec2faa9a9799e4265343bed2c Mon Sep 17 00:00:00 2001 From: fefa4ka Date: Sat, 7 Nov 2015 23:48:58 +0300 Subject: [PATCH] css fix --- .../djangocms_forms/form_template/detail_results.html | 8 ++++++++ zsite/static/less/header.less | 2 ++ zsite/templates/form_template/order_modal.html | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/djangocms_forms/templates/djangocms_forms/form_template/detail_results.html b/djangocms_forms/templates/djangocms_forms/form_template/detail_results.html index 2b52f3d..7a826a0 100644 --- a/djangocms_forms/templates/djangocms_forms/form_template/detail_results.html +++ b/djangocms_forms/templates/djangocms_forms/form_template/detail_results.html @@ -13,5 +13,13 @@

Ваше обращение № {{ results.id }} зарегистрировано

{% else %} + +

Your message is registered under № {{ results.id }}

{% endif %} diff --git a/zsite/static/less/header.less b/zsite/static/less/header.less index 8b96176..43637df 100644 --- a/zsite/static/less/header.less +++ b/zsite/static/less/header.less @@ -29,6 +29,8 @@ line-height: 17px; font-size: 14px; + + margin: 0; } } diff --git a/zsite/templates/form_template/order_modal.html b/zsite/templates/form_template/order_modal.html index 850ea46..c3db318 100644 --- a/zsite/templates/form_template/order_modal.html +++ b/zsite/templates/form_template/order_modal.html @@ -8,7 +8,7 @@ {% if instance.title != instance.name %}

{{ instance.title }}

{% if request.LANGUAGE_CODE == 'ru' %} -

Услуги «{{ instance.name }}»

+

Услуга «{{ instance.name }}»

{% else %}

{{ instance.name }} Service

{% endif %} @@ -105,7 +105,7 @@ {% if request.LANGUAGE_CODE == 'ru' %}

Вы можете обратить к нам с вопросом или заказать услугу «{{ instance.name }}»

{% else %} -

We give you free advice and provide "{{ instance.name }}" service

+

We will give you free advice and provide "{{ instance.name }}" service

{% endif %}