From 1485e2f3d41cc93a3143569b34d1f01bb2fe4606 Mon Sep 17 00:00:00 2001 From: Ryjek Date: Thu, 27 Aug 2026 16:41:13 +0200 Subject: [PATCH] fix demo view --- project/templates/index/index.html.twig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/project/templates/index/index.html.twig b/project/templates/index/index.html.twig index da08328..f7de4e4 100644 --- a/project/templates/index/index.html.twig +++ b/project/templates/index/index.html.twig @@ -62,10 +62,11 @@ data-action="dragover->app#dragOver dragleave->app#dragLeave drop->app#drop" data-app-target="dropzone"> -
-
Przeciągnij pliki lub wybierz z komputera
-
CSV lub XLSX · możesz wgrać kilka naraz
- + {% if not demo %} +
+
Przeciągnij pliki lub wybierz z komputera
+
CSV lub XLSX · możesz wgrać kilka naraz
+ {% endif %}