Private
Public Access
1
0

type correction

This commit is contained in:
Sander Roosendaal
2017-11-10 12:54:29 +01:00
parent 4f34668c27
commit ec4e756e50
2 changed files with 2 additions and 1 deletions

View File

@@ -8495,6 +8495,7 @@ def workout_upload_view(request,
except KeyError:
upload_to_tp = False
response = {}
if request.method == 'POST':
form = DocumentsForm(request.POST,request.FILES)
optionsform = UploadOptionsForm(request.POST)