Setting up results page

This commit is contained in:
Claude Brisson
2023-12-22 09:06:25 +01:00
parent a70e5df576
commit e934fe5159
6 changed files with 45 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
Unpair
</button>
</div>
<div id="paired" class="multi-select" title="games">
<div id="paired" class="multi-select" title="white vs. black">
#foreach($game in $games)
#set($white = $pmap[$game.w])
#set($black = $pmap[$game.b])