diff --git a/tipp/views.py b/tipp/views.py index 6c2e048..50f8118 100644 --- a/tipp/views.py +++ b/tipp/views.py @@ -296,7 +296,7 @@ def update(request, ls, season, cur_md): return redirect("matchday", ls=ls, season=season, - matchday=str(get_current_md(ls)).zfill(2) + matchday=cur_md ) @login_required