]> git.sesse.net Git - ccbs/blobdiff - html/templates/registration.tmpl
Registration stuff now validates.
[ccbs] / html / templates / registration.tmpl
index 44d7ab7523c8f18d4293fd51bd0d7e2e0fd8d01c..cc41a215ae34720ffc6a3f4f42e29f38d6034882 100644 (file)
 [% END %]
       <td>
         <form method="post" action="do-set-paid.pl">
-          <input type="hidden" name="player" value="[% r.player %]" />
+          <p class="button">
+            <input type="hidden" name="player" value="[% r.player %]" />
 [% IF r.paid %]
-          <input type="hidden" name="paid" value="f" />
-         <input type="submit" value="Sett som ikke betalt" />
+            <input type="hidden" name="paid" value="f" />
+           <input type="submit" value="Sett som ikke betalt" />
 [% ELSE %]
-          <input type="hidden" name="paid" value="t" />
-         <input type="submit" value="Sett som betalt" />
+            <input type="hidden" name="paid" value="t" />
+           <input type="submit" value="Sett som betalt" />
 [% END %]
+          </p>
         </form>
       </td>
     </tr>