has "Make Ranking" on left panel workflow page
This commit is contained in:
@@ -3252,7 +3252,10 @@ def workout_update_cp_view(request,id=0):
|
||||
|
||||
dataprep.runcpupdate(r)
|
||||
|
||||
url = reverse(otwrankings_view)
|
||||
if row.workouttype in ('water','coastal'):
|
||||
url = reverse(otwrankings_view)
|
||||
else:
|
||||
url = reverse(oterankings_view)
|
||||
|
||||
return HttpResponseRedirect(url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user