From f70cb47027e1da7405c3213bdc98a5cea936c047 Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda Date: Mon, 26 Sep 2022 17:05:19 +0200 Subject: [PATCH] =?UTF-8?q?Strategick=C3=A1:=20Bugfix:=20Tla=C4=8D=C3=ADtk?= =?UTF-8?q?o=20"LOG"=20pouze=20pro=20orgy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/hra/web/pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/hra/web/pages.py b/server/hra/web/pages.py index 2c422ec..6eaba24 100644 --- a/server/hra/web/pages.py +++ b/server/hra/web/pages.py @@ -299,8 +299,8 @@ def web_game(game_id): with b.div(_class="btn-group", role="group"): if right_for_team(team): b.a(_class="btn btn-xs btn-primary", href=app.url_for(web_game_view.__name__, game_id=game.game_id, team_id=team.team_id))("Zobrazit hru") - b.a(_class="btn btn-xs btn-default", href=app.url_for(web_org_logs.__name__, game_id=game_id, team_id=team.team_id)+"#main_table")("Log") if g.org: + b.a(_class="btn btn-xs btn-default", href=app.url_for(web_org_logs.__name__, game_id=game_id, team_id=team.team_id)+"#main_table")("Log") b.a(_class="btn btn-xs btn-default", href=app.url_for(web_org_game_userchange.__name__, game_id=game.game_id, team_id=team.team_id))("Změnit uživatele") with b.div(_class="btn-group", role="group"):