]> git.sesse.net Git - ccbs/commitdiff
Add a <form> around the scores table.
authorSteinar H. Gunderson <sesse@samfundet.no>
Wed, 16 Feb 2005 13:46:26 +0000 (13:46 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Wed, 16 Feb 2005 13:46:26 +0000 (13:46 +0000)
html/templates/show-tournament.tmpl

index 3c1839b248025fe0c8c06213d15a71b6e1e69fb5..4c55422b610a786d725da42b35e78baf3569f545 100644 (file)
@@ -74,6 +74,7 @@
   <div>
 
   [% FOR p = r.parallels %]
   <div>
 
   [% FOR p = r.parallels %]
+  <form method="post" action="do-edit-scores.pl">
   <table class="scores">
     <tr>
     [% IF p.parallel == 0 %]
   <table class="scores">
     <tr>
     [% IF p.parallel == 0 %]
       [% END %]
     [% END %]
   </table>
       [% END %]
     [% END %]
   </table>
+  </form> 
   [% END %]
 
   </div>
   [% END %]
 
   </div>