debuging
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user