diff --git a/jarvis/followup/views.py b/jarvis/followup/views.py index 972a945..c7fee88 100644 --- a/jarvis/followup/views.py +++ b/jarvis/followup/views.py @@ -352,7 +352,7 @@ def score_create_or_update(request, score_id=None, gymnast_id=None): return HttpResponseRedirect( reverse( "gymnast_details_tab", - args=(form.cleaned_data["gymnast"].id, "scores"), + args=(form.cleaned_data["gymnast"].id, "routine"), ) )