From 8ad60fe32c3122e3d3663aaad682d71e92f8ce28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Ja=C5=A1ek?= Date: Tue, 17 Dec 2024 09:07:12 +0100 Subject: [PATCH] integrate productfruits on login page (#219) with random username and role `anonymous` CPCN-977 --- server/theme/layout.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/server/theme/layout.html b/server/theme/layout.html index a16138f..4cefe71 100644 --- a/server/theme/layout.html +++ b/server/theme/layout.html @@ -19,6 +19,7 @@ {% endblock %} {% block layout_script %} + {% if config.PRODUCTFRUITS_WORKSPACE_CODE and auth_user %} +{% elif config.PRODUCTFRUITS_WORKSPACE_CODE %} + {% endif %} + {% endblock %} \ No newline at end of file