Fixed ticket #14
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user