From 171342f6d0c5549d527f67a48369cd2947bc0a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 3 Aug 2026 09:26:58 +0400 Subject: [PATCH] =?UTF-8?q?fix:=20=D1=80=D0=B0=D0=B4=D0=B8=D0=BE=D0=BA?= =?UTF-8?q?=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20=E2=80=94=20=D0=BF=D0=BE=20?= =?UTF-8?q?=D1=86=D0=B5=D0=BD=D1=82=D1=80=D1=83=20=D0=BF=D0=BE=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=82=D0=B8=D0=BA=D0=B0=D0=BB=D0=B8=20(v1.2.34)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/app.py | 2 +- site/templates/index.html | 52 +++++++++++++++++++-------------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/site/app.py b/site/app.py index 74322ed..4ef0fbb 100644 --- a/site/app.py +++ b/site/app.py @@ -32,7 +32,7 @@ from routes.api_scenario_defs import bp_defs as api_scenario_defs_bp # Версия — показывается в топбаре UI. Меняется при КАЖДОМ изменении кода. # Нужна для фильтрации истории (пользователь видит только записи своей версии). -VERSION = "1.2.32" +VERSION = "1.2.34" # Flask-приложение с Jinja2-шаблонами из папки templates/ app = Flask(__name__, template_folder="templates", static_folder="static") diff --git a/site/templates/index.html b/site/templates/index.html index 87213e9..84e1c0e 100644 --- a/site/templates/index.html +++ b/site/templates/index.html @@ -58,33 +58,33 @@ -