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})
-
Имя пользователя