правки с сервера

remotes/origin/mitri4
apache 9 years ago
parent 4108ce58cb
commit 70f2a88f32
  1. 2
      project/static/css/style.css
  2. 2
      project/templates/base.html
  3. 4
      project/templates/docs/parts/invoice_docs_list.html

@ -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;

@ -47,7 +47,7 @@
<div id="content" class="clear">
<ul class="messagelist">
{% if license_15days %}
<li class="error">{{ license_15days }} заканчивается срок действия лицензии.<a href='#' class='close-message' data-close='close_message_license'>Закрыть</a></li>
<li class="error">{{ license_15days }} заканчивается Ваша лицензия на Документор. <a href="https://dokumentor.ru/my/license/">Купите новую лицензию</a> заранее, чтобы работать без перерывов.<a href='#' class='close-message' data-close='close_message_license'>Закрыть</a></li>
{% endif %}
</ul>
</div>

@ -1,3 +1,5 @@
{% if obj.docs_for_invoice %}
<div class="doc-panel-header">Связанные документы</div>
{% for akt in obj.docs_for_invoice.AktRabot %}
@ -11,3 +13,5 @@
{% for faktura in obj.docs_for_invoice.Faktura %}
<a href="{% url 'docs_faktura_img' faktura.id %}" class="doc">{{ faktura }}</a>
{% endfor %}
{% endif %}

Loading…
Cancel
Save