From 834fc0de765a6ec45625a10d6144e4a1b0f5bce6 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 15 Sep 2023 06:46:02 +0200 Subject: [PATCH] Add link to Scoreboard v2 to competition view --- src/ctf_gameserver/web/scoring/templates/competition_nav.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ctf_gameserver/web/scoring/templates/competition_nav.html b/src/ctf_gameserver/web/scoring/templates/competition_nav.html index 156fea11..c38b161f 100644 --- a/src/ctf_gameserver/web/scoring/templates/competition_nav.html +++ b/src/ctf_gameserver/web/scoring/templates/competition_nav.html @@ -1,4 +1,5 @@ {% load i18n %} +{% load static %} {% comment %} Horizontal 'nav-pill' navigation for pages from the "competition" category of the main navigation. @@ -14,6 +15,9 @@
  • {% trans 'Scoreboard' %}
  • +
  • + {% trans 'Scoreboard v2 (experimental)' %} +
  • {% trans 'Service status' %}