Players page in progress

This commit is contained in:
Claude Brisson
2023-12-03 09:13:05 +01:00
parent 7c70fb4539
commit 188d0e27eb
5 changed files with 113 additions and 19 deletions

View File

@@ -23,7 +23,7 @@
<h1 class="centered title">#if($tour)$tour.name#{else}New Tournament#end</h1>
#if($tour)
<div class="ui ordered centered steps">
<div class="active step" data-step="information">
<div class="step" data-step="information">
<div class="content">
<div class="title">Information</div>
</div>
@@ -49,12 +49,14 @@
</div>
</div>
</div>
#end
#translate('tour-information.inc.html')
#if($tour)
#translate('tour-registration.inc.html')
#translate('tour-pairing.inc.html')
#translate('tour-results.inc.html')
#translate('tour-standings.inc.html')
#end
#translate('tour-information.inc.html')
</div>
<!-- error messages included as html elements so that they are translated -->
<div id="required_field" class="hidden">Required field</div>