From caebcb91abacee1088b41b2642df04b255eed683 Mon Sep 17 00:00:00 2001 From: Alexei Bezborodov Date: Wed, 2 Nov 2022 11:03:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=20title=20=D1=82=D0=B5=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D1=8C=20=D0=BC=D0=BE=D0=B3=D1=83=D1=82=20=D0=B1=D1=8B=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0=20=D1=81=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B1=D0=B5=D0=BB=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- table_distributor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/table_distributor.html b/table_distributor.html index 13e6232..a526513 100755 --- a/table_distributor.html +++ b/table_distributor.html @@ -170,12 +170,12 @@ def show_meet_table_data(): html += "" html += "" for p in persons: - html += "" + str(abs(p.beig_id)) + "" + html += "" + str(abs(p.beig_id)) + "" html += "" # Остальные строки for p in persons: html += "" - html += "" + str(abs(p.beig_id)) + "" + html += "" + str(abs(p.beig_id)) + "" for ip in persons: if abs(p.beig_id) in ip.meet_set: html += ""