Private
Public Access
1
0

some more tests

This commit is contained in:
Sander Roosendaal
2019-01-04 21:48:13 +01:00
parent c85bc53632
commit 0d4c6231a7
6 changed files with 86 additions and 4 deletions

View File

@@ -2252,7 +2252,7 @@ def workout_strava_upload_view(request,id=0):
try:
thetoken = strava_open(request.user)
except NoTokenError:
return HttpResponseRedirect("/rowers/me/stravaauthorize")
return HttpResponseRedirect("/rowers/me/stravaauthorize/")
if (r.stravatoken == '') or (r.stravatoken is None):
s = "Token doesn't exist. Need to authorize"