From dedf4aea77a17524446d8955264f84d6a4787b7e Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 12 May 2026 12:44:44 +0000 Subject: [PATCH] dashboard: replace informal welcome text with product name --- app/templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index b0c80d9..8ed9c08 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -60,7 +60,7 @@
-
Добро пожаловать в инфраструктурную песочницу
+
Инфраструктурный полигон МОНТ
{% if session_notice %}
{{ session_notice }}
{% endif %}