From bba570f87dbfeed887588146af9c458d59495bbd Mon Sep 17 00:00:00 2001 From: Holger Sielaff Date: Thu, 25 Sep 2025 08:52:18 +0200 Subject: [PATCH] debuging --- frontend/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/views.py b/frontend/views.py index 38124a7..d566fd6 100644 --- a/frontend/views.py +++ b/frontend/views.py @@ -366,6 +366,7 @@ def create_container(request): user_profile = None if request.method == 'POST': + logging.info(f"POST id {request.POST}") # Get task_uuid from form task_uuid = request.POST.get('task_uuid')