Private
Public Access
1
0

has "Make Ranking" on left panel workflow page

This commit is contained in:
Sander Roosendaal
2017-11-03 13:39:53 +01:00
parent e19b3631f1
commit 657e9e9cd0
5 changed files with 16 additions and 1 deletions

View File

@@ -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)