From de3e844089b924ec06e5387c3875947d65fc0ce4 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 23 Nov 2016 17:58:37 +0100 Subject: [PATCH] Fixed ticket #14 --- tipp/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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