This commit is contained in:
Holger Sielaff
2025-09-25 08:52:18 +02:00
parent d1abb0d1f5
commit bba570f87d

View File

@@ -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')