From 679f89b3322f9c50e8ba66697b5db78a77bf1843 Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 15 Mar 2017 17:14:20 +0300 Subject: [PATCH] docs: small changes in templates --- project/templates/docs/parts/form_field_receiver.html | 1 - project/templates/docs/parts/form_field_sender.html | 1 - 2 files changed, 2 deletions(-) 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