diff --git a/project/static/css/style.css b/project/static/css/style.css
index 5e037cf..36e97c2 100644
--- a/project/static/css/style.css
+++ b/project/static/css/style.css
@@ -266,7 +266,7 @@ h2 {font-weight: normal;font-size:24px;font-family:"Arial Narrow", Arial, sans-s
ul.messagelist { padding: 0 0 5px 0; margin: 0; }
ul.messagelist li {
- font-size: 12px;
+ font-size: 14px;
display: block;
padding: 4px 5px 4px 25px;
margin: 0 0 3px 0;
diff --git a/project/templates/base.html b/project/templates/base.html
index 5e18a89..c403f9e 100644
--- a/project/templates/base.html
+++ b/project/templates/base.html
@@ -47,7 +47,7 @@
{% if license_15days %}
- - {{ license_15days }} заканчивается срок действия лицензии.Закрыть
+ - {{ license_15days }} заканчивается Ваша лицензия на Документор. Купите новую лицензию заранее, чтобы работать без перерывов.Закрыть
{% endif %}
diff --git a/project/templates/docs/parts/invoice_docs_list.html b/project/templates/docs/parts/invoice_docs_list.html
index dff2cc2..94839e4 100644
--- a/project/templates/docs/parts/invoice_docs_list.html
+++ b/project/templates/docs/parts/invoice_docs_list.html
@@ -1,3 +1,5 @@
+{% if obj.docs_for_invoice %}
+
{% for akt in obj.docs_for_invoice.AktRabot %}
@@ -11,3 +13,5 @@
{% for faktura in obj.docs_for_invoice.Faktura %}
{{ faktura }}
{% endfor %}
+
+{% endif %}