From 7e8e892427330e9f750cfb2ed352763365c693de Mon Sep 17 00:00:00 2001 From: Alexei Bezborodov Date: Wed, 2 Nov 2022 15:06:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B0=D0=BB=D0=B5=D0=BD=D1=8C=D0=BA?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- table_distributor.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/table_distributor.html b/table_distributor.html index a526513..ec8c983 100755 --- a/table_distributor.html +++ b/table_distributor.html @@ -28,8 +28,8 @@ Начальные данные

- - + +

@@ -162,7 +162,7 @@ def show_meet_table_data(): html = "Всего участников: " + str(len(persons)) + "
" html += "Присутсвуют участников: " + str(len(get_present_persons())) + "
" - html += "Шаг: " + document["step_id"].value + "
" + html += "Номер расперделения: " + document["step_id"].value + "
" meet_count = 0; html += ""