docs: small changes in templates

remotes/origin/mitri4
Andrey 9 years ago
parent 6c313b9278
commit 679f89b332
  1. 1
      project/templates/docs/parts/form_field_receiver.html
  2. 1
      project/templates/docs/parts/form_field_sender.html

@ -1,4 +1,3 @@
{% include 'docs/parts/form_client_choices.html' with client_group="receiver_group" id="receiver_choices" classes="field" label="Получатель" default=receiver_choice %}
{% include 'docs/parts/form_field_client.html' with field=form.receiver id="receiver" classes="field" label="Получатель" %}
<hr />

@ -1,3 +1,2 @@
{% include 'docs/parts/form_client_choices.html' with client_group="sender_group" id="sender_choices" classes="field" label="Отправитель" label1='Подставить мои данные' default=sender_choice %}
{% include 'docs/parts/form_field_client.html' with field=form.sender id="sender" classes="field" label="Отправитель" %}
<hr />
Loading…
Cancel
Save