From bfe26f07d811cb5e6d9c947a0f48eb0a759c3334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 3 Aug 2026 09:29:28 +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=D1=81=D0=B0=D0=B9=D0=B4?= =?UTF-8?q?=D0=B1=D0=B0=D1=80=D0=B0=20(sidebar-nav=20flex:0,=20form=20marg?= =?UTF-8?q?in:auto)=20(v1.2.35)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/app.py | 2 +- site/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/app.py b/site/app.py index 4ef0fbb..4613af9 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.34" +VERSION = "1.2.35" # 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 84e1c0e..a9d0f28 100644 --- a/site/templates/index.html +++ b/site/templates/index.html @@ -51,7 +51,7 @@ -