]> git.sesse.net Git - ccbs/blobdiff - html/templates/show-tournament.tmpl
Moved the hidden tournament/round inputs into a place where they actually make sense.
[ccbs] / html / templates / show-tournament.tmpl
index 7adedb730a3f15f6033ee735444f7d1248274fe4..d8aae62547784ae87ff21623e0503e32040c18f8 100644 (file)
   <table class="scores">
     <tr>
     [% IF p.parallel == 0 %]
-      <th></th>
+      <th>
+        <input type="hidden" name="tournament" value="[% tournament.tournament %]" />
+        <input type="hidden" name="round" value="[% r.round %]" />
+      </th>
     [% ELSE %]
       <th>Gruppe [% p.parallel %]</th>
     [% END %]
       [% IF pl.locked %]
     <tr>
       <th>
-        <input type="hidden" name="tournament" value="[% tournament.tournament %]" />
-        <input type="hidden" name="round" value="[% r.round %]" />
         [% pl.nick %]
       </th>
         [% FOR s = pl.songs %]