]> git.sesse.net Git - ccbs/blobdiff - html/templates/registration.tmpl
Add an option for un-registering people.
[ccbs] / html / templates / registration.tmpl
index cc41a215ae34720ffc6a3f4f42e29f38d6034882..5a2239f9ad944c2e8026454cdd22806f5dd81aee 100644 (file)
@@ -48,6 +48,7 @@
       <td>
         <form method="post" action="do-set-paid.pl">
           <p class="button">
+            <input type="hidden" name="tournament" value="[% tournament.tournament %]" />
             <input type="hidden" name="player" value="[% r.player %]" />
 [% IF r.paid %]
             <input type="hidden" name="paid" value="f" />
           </p>
         </form>
       </td>
+      <td>
+        <form method="post" action="do-unregister.pl">
+          <p class="button">
+            <input type="hidden" name="tournament" value="[% tournament.tournament %]" />
+            <input type="hidden" name="player" value="[% r.player %]" />
+           <input type="submit" value="Fjern" />
+          </p>
+        </form>
+      </td>
     </tr>
 [% END %]
   </table>