Fixed ticket #14

This commit is contained in:
2016-11-23 17:58:37 +01:00
parent 929b540753
commit de3e844089

View File

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