diff --git a/project/templates/docs/parts/form_field_receiver.html b/project/templates/docs/parts/form_field_receiver.html index 8b2bf0d..6d12ed8 100644 --- a/project/templates/docs/parts/form_field_receiver.html +++ b/project/templates/docs/parts/form_field_receiver.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="Получатель" %} -
\ No newline at end of file diff --git a/project/templates/docs/parts/form_field_sender.html b/project/templates/docs/parts/form_field_sender.html index 5d14041..8a59b8a 100644 --- a/project/templates/docs/parts/form_field_sender.html +++ b/project/templates/docs/parts/form_field_sender.html @@ -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="Отправитель" %} -
\ No newline at end of file