passing all tests on py3
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user