Fix bug related to showing all participants

This commit is contained in:
2023-09-29 17:28:00 +02:00
parent 25135cc7d9
commit fac3fe1b34
5 changed files with 20 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
{% if onlyFinalists %}
.no-finalist {
display: none;
}
{% endif %}

View File

@@ -6,6 +6,7 @@
{# <meta name="description" content="Webpage for xxxx"> #}
<!-- http://meyerweb.com/eric/tools/css/reset/ -->
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="stylesheet" href="/custom.css">
</head>
<body>
{# <h1>Finalauswertung Solo-Turniere</h1> #}