Private
Public Access
1
0

passing all tests on py3

This commit is contained in:
Sander Roosendaal
2019-02-28 22:52:59 +01:00
parent ee4fa4c3b8
commit faeea73b0a
14 changed files with 76 additions and 21 deletions

View File

@@ -4595,7 +4595,7 @@ def workout_split_view(request,id=0):
pass
qdict = {'q':rowname}
url+='?'+urllib.urlencode(qdict)
url+='?'+urllib.parse.urlencode(qdict)
return HttpResponseRedirect(url)