From 2901724e4028de482260916446dd409db7016b5d Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 28 Sep 2025 20:15:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=82=D0=B8=D0=BA=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D1=80=D0=B5=D1=81=D0=B0=D0=B9?= =?UTF-8?q?=D0=B7=20=D0=B1=D0=BB=D0=BE=D0=BA=D0=BE=D0=B2=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=D0=BF=D0=B8=D1=81=D0=BA=D0=B8,=20=D0=BE=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D1=81=D0=B0=20=D0=B8=20=D1=81=D0=B2=D1=8F=D0=B7=D0=B0?= =?UTF-8?q?=D0=BD=D0=BD=D1=8B=D1=85=20=D1=81=D0=BE=D0=B1=D1=8B=D1=82=D0=B8?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/templates/index.html b/templates/index.html index bc2b34d..8cd3e68 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1725,23 +1725,23 @@
Информация об опросе
-
-
- -
${post.poll_question || 'Не указан'}
+
+
+ Вопрос опроса: +
${post.poll_question || 'Не указан'}
-
- -
${decodeUnicode(post.poll_options) || 'Не указаны'}
+
+ Варианты ответов: +
${decodeUnicode(post.poll_options) || 'Не указаны'}
- -
${post.poll_multiple ? 'Да' : 'Нет'}
+ Множественный выбор: +
${post.poll_multiple ? 'Да' : 'Нет'}
- -
${formatDate(post.poll_end_date)}
+ Окончание опроса: +
${formatDate(post.poll_end_date)}
@@ -1751,8 +1751,8 @@
Результаты опроса в Telegram
-
-
${post.tg_poll_results}
+
+
${post.tg_poll_results}
` : ''} ${post.marks && post.marks.length > 0 ? ` @@ -1760,9 +1760,9 @@
Подписки (${post.marks.length})
-
+
- +
@@ -1790,13 +1790,13 @@
Связанные события (${linkedEvents.length})
-
Имя пользователя